Html Css Color HEX #C5972A Nugget

📋 copy color: '#C5972A'

red 197 ◦ green 151 ◦ blue 42

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

Shades of Nugget #C5972A

Tints of Nugget #C5972A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.77%

R = 50.51%
G = 38.72%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C5972A (or 0xC5972A) is known color: Nugget. HEX triplet: C5, 97 and 2A. RGB value is (197,151,42). Sum of RGB (Red+Green+Blue) = 197+151+42=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 42 (16.80% from 255 or 10.77% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C5972A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5972A is #3A68D5. Grayscale: #989898. Windows color (decimal): -3827926 or 2791365. OLE color: 2791365.

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

Color convert

RGB 197 151 42 -
CMYK 0 0.23 0.79 0.23
HSL 42.19º 0.65% 0.47% -
HSV(B) 42.19º 0.79% 0.77% -
XYZ 34.51 34.17 6.97 -
YUV 152.33 65.74 159.86 -
System Red Green Blue C M Y K H S L
Decimal 197 151 42 0 0.23 0.79 0.23 42.19 0.65 0.47
Hex C5 97 2A 0 17 4F 17 2A 41 2F
Octal 305 227 52 0 27 117 27 52 101 57
Binary 11000101 10010111 101010 0 10111 1001111 10111 101010 1000001 101111

Color Harmonies of #C5972A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5972A

Black with #C5972A

Text Example


Text Example

White with #C5972A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5972A; }

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

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

background-color css

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

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

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

border-color css

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

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

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