Html Css Color HEX #C59127 Nugget

📋 copy color: '#C59127'

red 197 ◦ green 145 ◦ blue 39

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

Shades of Nugget #C59127

Tints of Nugget #C59127

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.06%

 BLUE value IS 39 (15.63% from 255) = 10.24%

R = 51.71%
G = 38.06%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C59127 (or 0xC59127) is known color: Nugget. HEX triplet: C5, 91 and 27. RGB value is (197,145,39). Sum of RGB (Red+Green+Blue) = 197+145+39=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 39 (15.62% from 255 or 10.24% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C59127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59127 is #3A6ED8. Grayscale: #949494. Windows color (decimal): -3829465 or 2593221. OLE color: 2593221.

HSL color Cylindrical-coordinate representation of color #C59127: hue angle of 40.25º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C59127 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 145 39 -
CMYK 0 0.26 0.80 0.23
HSL 40.25º 0.67% 0.46% -
HSV(B) 40.25º 0.8% 0.77% -
XYZ 33.52 32.27 6.38 -
YUV 148.46 66.23 162.62 -
System Red Green Blue C M Y K H S L
Decimal 197 145 39 0 0.26 0.80 0.23 40.25 0.67 0.46
Hex C5 91 27 0 1A 50 17 28 43 2E
Octal 305 221 47 0 32 120 27 50 103 56
Binary 11000101 10010001 100111 0 11010 1010000 10111 101000 1000011 101110

Color Harmonies of #C59127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59127

Black with #C59127

Text Example


Text Example

White with #C59127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59127; }

 p { color: rgb(197,145,39); }

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

background-color css

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

 a { background-color: rgb(197,145,39); }

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

border-color css

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

 span { border-color: rgb(197,145,39); }

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