#C59E2E

Color #C59E2E Nugget (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nugget #C59E2E

Tints of Nugget #C59E2E

Color information

#C59E2E (or 0xC59E2E) is unknown color: approx Nugget. HEX triplet: C5, 9E and 2E. RGB value is (197,158,46). Sum of RGB (Red+Green+Blue) = 197+158+46=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 46 (18.36% from 255 or 11.47% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C59E2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59E2E is #3A61D1. Grayscale: #9D9D9D. Windows color (decimal): -3826130 or 3055301. OLE color: 3055301.

HSL color Cylindrical-coordinate representation of color #C59E2E: hue angle of 44.5º 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 #C59E2E is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB19715846-
CMYK00.200.770.23
HSL44.5º62.14%47.65%-
HSV(B)44.5º76.65%77.25%-
XYZ35.7536.527.75-
YUV156.8965.42156.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.13%
GREEN value IS 158 (62.11% from 255) = 39.40%
BLUE value IS 46 (18.36% from 255) = 11.47%
R=49.13%
G=39.40%
B=11.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971584600.200.770.2344.562.1447.65
HexC59E2E0144D172d3e30
Octal3052365602411527557660
Binary1100010110011110101110010100100110110111101101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59E2E; }

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

 H1.HeaderClassName
 {
   color: #C59E2E;
 }
 .AnyTagClassName
 {
   color: #C59E2E;
 }
</style>
background-color css

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

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

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

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

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

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