#C58B1A

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

Shades of Nugget #C58B1A

Tints of Nugget #C58B1A

Color information

#C58B1A (or 0xC58B1A) is unknown color: approx Nugget. HEX triplet: C5, 8B and 1A. RGB value is (197,139,26). Sum of RGB (Red+Green+Blue) = 197+139+26=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 26 (10.55% from 255 or 7.18% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C58B1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58B1A is #3A74E5. Grayscale: #8F8F8F. Windows color (decimal): -3831014 or 1739717. OLE color: 1739717.

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

Color convert

RGB19713926-
CMYK00.290.870.23
HSL39.65º76.68%43.73%-
HSV(B)39.65º86.8%77.25%-
XYZ32.4530.415.14-
YUV143.4661.72166.19-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 54.42%
GREEN value IS 139 (54.69% from 255) = 38.40%
BLUE value IS 26 (10.55% from 255) = 7.18%
R=54.42%
G=38.40%
B=7.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971392600.290.870.2339.6576.6843.73
HexC58B1A01D5717284d2c
Octal30521332035127275011554
Binary1100010110001011110100111011010111101111010001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58B1A; }

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

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

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

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

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

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

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

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