Html Css Color HEX #C5972B Nugget

📋 copy color: '#C5972B'

red 197 ◦ green 151 ◦ blue 43

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

Shades of Nugget #C5972B

Tints of Nugget #C5972B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11%

R = 50.38%
G = 38.62%
B = 11%

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

#C5972B (or 0xC5972B) is known color: Nugget. HEX triplet: C5, 97 and 2B. RGB value is (197,151,43). Sum of RGB (Red+Green+Blue) = 197+151+43=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 43 (17.19% from 255 or 11.00% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C5972B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5972B is #3A68D4. Grayscale: #989898. Windows color (decimal): -3827925 or 2856901. OLE color: 2856901.

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

Color convert

RGB 197 151 43 -
CMYK 0 0.23 0.78 0.23
HSL 42.08º 0.64% 0.47% -
HSV(B) 42.08º 0.78% 0.77% -
XYZ 34.53 34.18 7.06 -
YUV 152.44 66.24 159.78 -
System Red Green Blue C M Y K H S L
Decimal 197 151 43 0 0.23 0.78 0.23 42.08 0.64 0.47
Hex C5 97 2B 0 17 4E 17 2A 40 2F
Octal 305 227 53 0 27 116 27 52 100 57
Binary 11000101 10010111 101011 0 10111 1001110 10111 101010 1000000 101111

Color Harmonies of #C5972B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5972B

Black with #C5972B

Text Example


Text Example

White with #C5972B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5972B; }

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

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

background-color css

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

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

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

border-color css

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

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

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