#58531D

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

Shades of Bronze Olive #58531D

Tints of Bronze Olive #58531D

Color information

#58531D (or 0x58531D) is unknown color: approx Bronze Olive. HEX triplet: 58, 53 and 1D. RGB value is (88,83,29). Sum of RGB (Red+Green+Blue) = 88+83+29=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 29 (11.72% from 255 or 14.5% from 200); Max value from RGB is 88 - color contains mainly: red. Hex color #58531D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58531D is #A7ACE2. Grayscale: #4E4E4E. Windows color (decimal): -10988771 or 1921880. OLE color: 1921880.

HSL color Cylindrical-coordinate representation of color #58531D: hue angle of 54.92º 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 #58531D is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB888329-
CMYK00.060.670.65
HSL54.92º50.43%22.94%-
HSV(B)54.92º67.05%34.51%-
XYZ7.348.352.39-
YUV78.34100.16134.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44%
GREEN value IS 83 (32.81% from 255) = 41.5%
BLUE value IS 29 (11.72% from 255) = 14.5%
R=44%
G=41.5%
B=14.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88832900.060.670.6554.9250.4322.94
Hex58531D064341373217
Octal1301233506103101676227
Binary101100010100111110101101000011100000111011111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58531D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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