#58501D

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

Shades of Bronze Olive #58501D

Tints of Bronze Olive #58501D

Color information

#58501D (or 0x58501D) is unknown color: approx Bronze Olive. HEX triplet: 58, 50 and 1D. RGB value is (88,80,29). Sum of RGB (Red+Green+Blue) = 88+80+29=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 88 - color contains mainly: red. Hex color #58501D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58501D is #A7AFE2. Grayscale: #4C4C4C. Windows color (decimal): -10989539 or 1921112. OLE color: 1921112.

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

Color convert

RGB888029-
CMYK00.090.670.65
HSL51.86º50.43%22.94%-
HSV(B)51.86º67.05%34.51%-
XYZ7.117.92.31-
YUV76.58101.15136.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.67%
GREEN value IS 80 (31.64% from 255) = 40.61%
BLUE value IS 29 (11.72% from 255) = 14.72%
R=44.67%
G=40.61%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88802900.090.670.6551.8650.4322.94
Hex58501D094341343217
Octal13012035011103101646227
Binary1011000101000011101010011000011100000111010011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58501D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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