#C5921E

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

Shades of Nugget #C5921E

Tints of Nugget #C5921E

Color information

#C5921E (or 0xC5921E) is unknown color: approx Nugget. HEX triplet: C5, 92 and 1E. RGB value is (197,146,30). Sum of RGB (Red+Green+Blue) = 197+146+30=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 30 (12.11% from 255 or 8.04% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C5921E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5921E is #3A6DE1. Grayscale: #949494. Windows color (decimal): -3829218 or 2003653. OLE color: 2003653.

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

Color convert

RGB19714630-
CMYK00.260.850.23
HSL41.68º73.57%44.51%-
HSV(B)41.68º84.77%77.25%-
XYZ33.5432.525.74-
YUV148.0261.4162.93-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.82%
GREEN value IS 146 (57.42% from 255) = 39.14%
BLUE value IS 30 (12.11% from 255) = 8.04%
R=52.82%
G=39.14%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971463000.260.850.2341.6873.5744.51
HexC5921E01A55172a4a2d
Octal30522236032125275211255
Binary1100010110010010111100110101010101101111010101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5921E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5921E; }

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

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

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

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

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

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

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

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