Html Css Color HEX #C4972C Nugget

📋 copy color: '#C4972C'

red 196 ◦ green 151 ◦ blue 44

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

Shades of Nugget #C4972C

Tints of Nugget #C4972C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.62%

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

R = 50.13%
G = 38.62%
B = 11.25%

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

#C4972C (or 0xC4972C) is known color: Nugget. HEX triplet: C4, 97 and 2C. RGB value is (196,151,44). Sum of RGB (Red+Green+Blue) = 196+151+44=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 44 (17.58% from 255 or 11.25% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C4972C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4972C is #3B68D3. Grayscale: #989898. Windows color (decimal): -3893460 or 2922436. OLE color: 2922436.

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

Color convert

RGB 196 151 44 -
CMYK 0 0.23 0.78 0.23
HSL 42.24º 0.63% 0.47% -
HSV(B) 42.24º 0.78% 0.77% -
XYZ 34.29 34.05 7.15 -
YUV 152.26 66.91 159.2 -
System Red Green Blue C M Y K H S L
Decimal 196 151 44 0 0.23 0.78 0.23 42.24 0.63 0.47
Hex C4 97 2C 0 17 4E 17 2A 3F 2F
Octal 304 227 54 0 27 116 27 52 77 57
Binary 11000100 10010111 101100 0 10111 1001110 10111 101010 111111 101111

Color Harmonies of #C4972C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4972C

Black with #C4972C

Text Example


Text Example

White with #C4972C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4972C; }

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

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

background-color css

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

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

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

border-color css

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

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

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