Html Css Color HEX #C5972F Nugget

📋 copy color: '#C5972F'

red 197 ◦ green 151 ◦ blue 47

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

Shades of Nugget #C5972F

Tints of Nugget #C5972F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.9%

R = 49.87%
G = 38.23%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C5972F (or 0xC5972F) is known color: Nugget. HEX triplet: C5, 97 and 2F. RGB value is (197,151,47). Sum of RGB (Red+Green+Blue) = 197+151+47=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 47 (18.75% from 255 or 11.90% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C5972F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5972F is #3A68D0. Grayscale: #999999. Windows color (decimal): -3827921 or 3119045. OLE color: 3119045.

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

Color convert

RGB 197 151 47 -
CMYK 0 0.23 0.76 0.23
HSL 41.6º 0.61% 0.48% -
HSV(B) 41.6º 0.76% 0.77% -
XYZ 34.61 34.21 7.47 -
YUV 152.9 68.24 159.46 -
System Red Green Blue C M Y K H S L
Decimal 197 151 47 0 0.23 0.76 0.23 41.6 0.61 0.48
Hex C5 97 2F 0 17 4C 17 2A 3D 30
Octal 305 227 57 0 27 114 27 52 75 60
Binary 11000101 10010111 101111 0 10111 1001100 10111 101010 111101 110000

Color Harmonies of #C5972F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5972F

Black with #C5972F

Text Example


Text Example

White with #C5972F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5972F; }

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

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

background-color css

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

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

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

border-color css

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

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

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