#58500D

Color #58500D Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #58500D

Tints of Bronze Olive #58500D

Color information

#58500D (or 0x58500D) is unknown color: approx Bronze Olive. HEX triplet: 58, 50 and 0D. RGB value is (88,80,13). Sum of RGB (Red+Green+Blue) = 88+80+13=181 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.62% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 88 - color contains mainly: red. Hex color #58500D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58500D is #A7AFF2. Grayscale: #4B4B4B. Windows color (decimal): -10989555 or 872536. OLE color: 872536.

HSL color Cylindrical-coordinate representation of color #58500D: hue angle of 53.6º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #58500D is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB888013-
CMYK00.090.850.65
HSL53.6º74.26%19.8%-
HSV(B)53.6º85.23%34.51%-
XYZ6.977.841.53-
YUV74.7593.15137.45-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.62%
GREEN value IS 80 (31.64% from 255) = 44.20%
BLUE value IS 13 (5.47% from 255) = 7.18%
R=48.62%
G=44.20%
B=7.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88801300.090.850.6553.674.2619.8
Hex5850D095541364a14
Octal130120150111251016611224
Binary1011000101000011010100110101011000001110110100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58500D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58500D; }

 p { color: rgb(88,80,13); }

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

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

 a { background-color: rgb(88,80,13); }

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

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

 span { border-color: rgb(88,80,13); }

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