Html Css Color HEX #C5972E Nugget

📋 copy color: '#C5972E'

red 197 ◦ green 151 ◦ blue 46

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

Shades of Nugget #C5972E

Tints of Nugget #C5972E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.68%

R = 50%
G = 38.32%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5972E (or 0xC5972E) is known color: Nugget. HEX triplet: C5, 97 and 2E. RGB value is (197,151,46). Sum of RGB (Red+Green+Blue) = 197+151+46=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 46 (18.36% from 255 or 11.68% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C5972E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5972E is #3A68D1. Grayscale: #999999. Windows color (decimal): -3827922 or 3053509. OLE color: 3053509.

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

Color convert

RGB 197 151 46 -
CMYK 0 0.23 0.77 0.23
HSL 41.72º 0.62% 0.48% -
HSV(B) 41.72º 0.77% 0.77% -
XYZ 34.59 34.2 7.36 -
YUV 152.78 67.74 159.54 -
System Red Green Blue C M Y K H S L
Decimal 197 151 46 0 0.23 0.77 0.23 41.72 0.62 0.48
Hex C5 97 2E 0 17 4D 17 2A 3E 30
Octal 305 227 56 0 27 115 27 52 76 60
Binary 11000101 10010111 101110 0 10111 1001101 10111 101010 111110 110000

Color Harmonies of #C5972E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5972E

Black with #C5972E

Text Example


Text Example

White with #C5972E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5972E; }

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

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

background-color css

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

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

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

border-color css

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

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

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