Html Css Color HEX #C4962C Nugget

📋 copy color: '#C4962C'

red 196 ◦ green 150 ◦ blue 44

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

Shades of Nugget #C4962C

Tints of Nugget #C4962C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.28%

R = 50.26%
G = 38.46%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4962C (or 0xC4962C) is known color: Nugget. HEX triplet: C4, 96 and 2C. RGB value is (196,150,44). Sum of RGB (Red+Green+Blue) = 196+150+44=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 44 (17.58% from 255 or 11.28% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C4962C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4962C is #3B69D3. Grayscale: #989898. Windows color (decimal): -3893716 or 2922180. OLE color: 2922180.

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

Color convert

RGB 196 150 44 -
CMYK 0 0.23 0.78 0.23
HSL 41.84º 0.63% 0.47% -
HSV(B) 41.84º 0.78% 0.77% -
XYZ 34.13 33.73 7.09 -
YUV 151.67 67.24 159.62 -
System Red Green Blue C M Y K H S L
Decimal 196 150 44 0 0.23 0.78 0.23 41.84 0.63 0.47
Hex C4 96 2C 0 17 4E 17 2A 3F 2F
Octal 304 226 54 0 27 116 27 52 77 57
Binary 11000100 10010110 101100 0 10111 1001110 10111 101010 111111 101111

Color Harmonies of #C4962C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4962C

Black with #C4962C

Text Example


Text Example

White with #C4962C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4962C; }

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

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

background-color css

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

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

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

border-color css

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

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

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