#c5931e

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

Shades of Nugget #C5931E

Tints of Nugget #C5931E

Color information

#C5931E (or 0xC5931E) is unknown color: approx Nugget. HEX triplet: C5, 93 and 1E. RGB value is (197,147,30). Sum of RGB (Red+Green+Blue) = 197+147+30=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 30 (12.11% from 255 or 8.02% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C5931E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5931E is #3A6CE1. Grayscale: #959595. Windows color (decimal): -3828962 or 2003909. OLE color: 2003909.

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

Color convert

RGB19714730-
CMYK00.250.850.23
HSL42.04º73.57%44.51%-
HSV(B)42.04º84.77%77.25%-
XYZ33.6932.835.79-
YUV148.6161.06162.51-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.67%
GREEN value IS 147 (57.81% from 255) = 39.30%
BLUE value IS 30 (12.11% from 255) = 8.02%
R=52.67%
G=39.30%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971473000.250.850.2342.0473.5744.51
HexC5931E01955172a4a2d
Octal30522336031125275211255
Binary1100010110010011111100110011010101101111010101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5931e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5931e; }

 p { color: rgb(197,147,30); }

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

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

 a { background-color: rgb(197,147,30); }

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

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

 span { border-color: rgb(197,147,30); }

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