#C58D1B

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

Shades of Nugget #C58D1B

Tints of Nugget #C58D1B

Color information

#C58D1B (or 0xC58D1B) is unknown color: approx Nugget. HEX triplet: C5, 8D and 1B. RGB value is (197,141,27). Sum of RGB (Red+Green+Blue) = 197+141+27=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 27 (10.94% from 255 or 7.40% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58D1B is #3A72E4. Grayscale: #919191. Windows color (decimal): -3830501 or 1805765. OLE color: 1805765.

HSL color Cylindrical-coordinate representation of color #C58D1B: hue angle of 40.24º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C58D1B is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB19714127-
CMYK00.280.860.23
HSL40.24º75.89%43.92%-
HSV(B)40.24º86.29%77.25%-
XYZ32.75315.29-
YUV144.7561.55165.27-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.97%
GREEN value IS 141 (55.47% from 255) = 38.63%
BLUE value IS 27 (10.94% from 255) = 7.40%
R=53.97%
G=38.63%
B=7.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971412700.280.860.2340.2475.8943.92
HexC58D1B01C5617284c2c
Octal30521533034126275011454
Binary1100010110001101110110111001010110101111010001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58D1B; }

 p { color: rgb(197,141,27); }

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

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

 a { background-color: rgb(197,141,27); }

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

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

 span { border-color: rgb(197,141,27); }

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