Html Css Color HEX #C4952C Nugget

📋 copy color: '#C4952C'

red 196 ◦ green 149 ◦ blue 44

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

Shades of Nugget #C4952C

Tints of Nugget #C4952C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.3%

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

R = 50.39%
G = 38.3%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4952C (or 0xC4952C) is known color: Nugget. HEX triplet: C4, 95 and 2C. RGB value is (196,149,44). Sum of RGB (Red+Green+Blue) = 196+149+44=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 44 (17.58% from 255 or 11.31% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C4952C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4952C is #3B6AD3. Grayscale: #979797. Windows color (decimal): -3893972 or 2921924. OLE color: 2921924.

HSL color Cylindrical-coordinate representation of color #C4952C: hue angle of 41.45º 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 #C4952C is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 149 44 -
CMYK 0 0.24 0.78 0.23
HSL 41.45º 0.63% 0.47% -
HSV(B) 41.45º 0.78% 0.77% -
XYZ 33.97 33.41 7.04 -
YUV 151.08 67.57 160.04 -
System Red Green Blue C M Y K H S L
Decimal 196 149 44 0 0.24 0.78 0.23 41.45 0.63 0.47
Hex C4 95 2C 0 18 4E 17 29 3F 2F
Octal 304 225 54 0 30 116 27 51 77 57
Binary 11000100 10010101 101100 0 11000 1001110 10111 101001 111111 101111

Color Harmonies of #C4952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4952C

Black with #C4952C

Text Example


Text Example

White with #C4952C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4952C; }

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

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

background-color css

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

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

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

border-color css

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

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

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