#C58A1A

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

Shades of Nugget #C58A1A

Tints of Nugget #C58A1A

Color information

#C58A1A (or 0xC58A1A) is unknown color: approx Nugget. HEX triplet: C5, 8A and 1A. RGB value is (197,138,26). Sum of RGB (Red+Green+Blue) = 197+138+26=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 26 (10.55% from 255 or 7.20% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58A1A is #3A75E5. Grayscale: #8F8F8F. Windows color (decimal): -3831270 or 1739461. OLE color: 1739461.

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

Color convert

RGB19713826-
CMYK00.300.870.23
HSL39.3º76.68%43.73%-
HSV(B)39.3º86.8%77.25%-
XYZ32.330.125.09-
YUV142.8762.05166.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 54.57%
GREEN value IS 138 (54.30% from 255) = 38.23%
BLUE value IS 26 (10.55% from 255) = 7.20%
R=54.57%
G=38.23%
B=7.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971382600.300.870.2339.376.6843.73
HexC58A1A01E5717274d2c
Octal30521232036127274711554
Binary1100010110001010110100111101010111101111001111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58A1A; }

 p { color: rgb(197,138,26); }

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

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

 a { background-color: rgb(197,138,26); }

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

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

 span { border-color: rgb(197,138,26); }

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