Html Css Color HEX #C4962F Nugget

📋 copy color: '#C4962F'

red 196 ◦ green 150 ◦ blue 47

#C4962F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nugget #C4962F

Tints of Nugget #C4962F

RGB

 RED value IS 196 (76.95% from 255) = 49.87%

 GREEN value IS 150 (58.98% from 255) = 38.17%

 BLUE value IS 47 (18.75% from 255) = 11.96%

R = 49.87%
G = 38.17%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C4962F (or 0xC4962F) is known color: Nugget. HEX triplet: C4, 96 and 2F. RGB value is (196,150,47). Sum of RGB (Red+Green+Blue) = 196+150+47=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 47 (18.75% from 255 or 11.96% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C4962F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4962F is #3B69D0. Grayscale: #989898. Windows color (decimal): -3893713 or 3118788. OLE color: 3118788.

HSL color Cylindrical-coordinate representation of color #C4962F: hue angle of 41.48º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C4962F is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 150 47 -
CMYK 0 0.23 0.76 0.23
HSL 41.48º 0.61% 0.48% -
HSV(B) 41.48º 0.76% 0.77% -
XYZ 34.18 33.75 7.4 -
YUV 152.01 68.74 159.38 -
System Red Green Blue C M Y K H S L
Decimal 196 150 47 0 0.23 0.76 0.23 41.48 0.61 0.48
Hex C4 96 2F 0 17 4C 17 29 3D 30
Octal 304 226 57 0 27 114 27 51 75 60
Binary 11000100 10010110 101111 0 10111 1001100 10111 101001 111101 110000

Color Harmonies of #C4962F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4962F

Black with #C4962F

Text Example


Text Example

White with #C4962F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4962F; }

 p { color: rgb(196,150,47); }

 H1.HeaderClassName
 {
   color: #C4962F;
 }
 .AnyTagClassName
 {
   color: #C4962F;
 }
</style>

background-color css

<style>
 a { background-color: #C4962F; }

 a { background-color: rgb(196,150,47); }

 div.DivClassName
 {
   background-color: #C4962F;
 }
 .BgClassName
 {
   background-color: #C4962F;
 }
</style>

border-color css

<style>
 span { border-color: #C4962F; }

 span { border-color: rgb(196,150,47); }

 td.TdClassName
 {
   border-color: #C4962F;
 }
 .TagClassName
 {
   border-color: #C4962F;
 }
</style>