Html Css Color HEX #C5972C Nugget

📋 copy color: '#C5972C'

red 197 ◦ green 151 ◦ blue 44

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

Shades of Nugget #C5972C

Tints of Nugget #C5972C

RGB

 RED value IS 197 (77.34% from 255) = 50.26%

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

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

R = 50.26%
G = 38.52%
B = 11.22%

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

#C5972C (or 0xC5972C) is known color: Nugget. HEX triplet: C5, 97 and 2C. RGB value is (197,151,44). Sum of RGB (Red+Green+Blue) = 197+151+44=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 44 (17.58% from 255 or 11.22% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C5972C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5972C is #3A68D3. Grayscale: #999999. Windows color (decimal): -3827924 or 2922437. OLE color: 2922437.

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

Color convert

RGB 197 151 44 -
CMYK 0 0.23 0.78 0.23
HSL 41.96º 0.63% 0.47% -
HSV(B) 41.96º 0.78% 0.77% -
XYZ 34.55 34.19 7.16 -
YUV 152.56 66.74 159.7 -
System Red Green Blue C M Y K H S L
Decimal 197 151 44 0 0.23 0.78 0.23 41.96 0.63 0.47
Hex C5 97 2C 0 17 4E 17 2A 3F 2F
Octal 305 227 54 0 27 116 27 52 77 57
Binary 11000101 10010111 101100 0 10111 1001110 10111 101010 111111 101111

Color Harmonies of #C5972C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5972C

Black with #C5972C

Text Example


Text Example

White with #C5972C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5972C; }

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

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

background-color css

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

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

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

border-color css

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

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

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