#58531F

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

Shades of Bronze Olive #58531F

Tints of Bronze Olive #58531F

Color information

#58531F (or 0x58531F) is unknown color: approx Bronze Olive. HEX triplet: 58, 53 and 1F. RGB value is (88,83,31). Sum of RGB (Red+Green+Blue) = 88+83+31=202 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.56% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 31 (12.5% from 255 or 15.35% from 202); Max value from RGB is 88 - color contains mainly: red. Hex color #58531F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58531F is #A7ACE0. Grayscale: #4E4E4E. Windows color (decimal): -10988769 or 2052952. OLE color: 2052952.

HSL color Cylindrical-coordinate representation of color #58531F: hue angle of 54.74º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58531F is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB888331-
CMYK00.060.650.65
HSL54.74º47.9%23.33%-
HSV(B)54.74º64.77%34.51%-
XYZ7.378.362.52-
YUV78.57101.16134.73-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.56%
GREEN value IS 83 (32.81% from 255) = 41.09%
BLUE value IS 31 (12.5% from 255) = 15.35%
R=43.56%
G=41.09%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88833100.060.650.6554.7447.923.33
Hex58531F064141373017
Octal1301233706101101676027
Binary101100010100111111101101000001100000111011111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58531F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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