#58511F

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

Shades of Bronze Olive #58511F

Tints of Bronze Olive #58511F

Color information

#58511F (or 0x58511F) is unknown color: approx Bronze Olive. HEX triplet: 58, 51 and 1F. RGB value is (88,81,31). Sum of RGB (Red+Green+Blue) = 88+81+31=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 81 (32.03% from 255 or 40.5% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 88 - color contains mainly: red. Hex color #58511F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58511F is #A7AEE0. Grayscale: #4D4D4D. Windows color (decimal): -10989281 or 2052440. OLE color: 2052440.

HSL color Cylindrical-coordinate representation of color #58511F: hue angle of 52.63º 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 #58511F is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB888131-
CMYK00.080.650.65
HSL52.63º47.9%23.33%-
HSV(B)52.63º64.77%34.51%-
XYZ7.218.062.47-
YUV77.39101.82135.57-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44%
GREEN value IS 81 (32.03% from 255) = 40.5%
BLUE value IS 31 (12.5% from 255) = 15.5%
R=44%
G=40.5%
B=15.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88813100.080.650.6552.6347.923.33
Hex58511F084141353017
Octal13012137010101101656027
Binary1011000101000111111010001000001100000111010111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58511F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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