#58511A

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

Shades of Bronze Olive #58511A

Tints of Bronze Olive #58511A

Color information

#58511A (or 0x58511A) is unknown color: approx Bronze Olive. HEX triplet: 58, 51 and 1A. RGB value is (88,81,26). Sum of RGB (Red+Green+Blue) = 88+81+26=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 88 - color contains mainly: red. Hex color #58511A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58511A is #A7AEE5. Grayscale: #4D4D4D. Windows color (decimal): -10989286 or 1724760. OLE color: 1724760.

HSL color Cylindrical-coordinate representation of color #58511A: hue angle of 53.23º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58511A is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB888126-
CMYK00.080.700.65
HSL53.23º54.39%22.35%-
HSV(B)53.23º70.45%34.51%-
XYZ7.158.032.15-
YUV76.8299.32135.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.13%
GREEN value IS 81 (32.03% from 255) = 41.54%
BLUE value IS 26 (10.55% from 255) = 13.33%
R=45.13%
G=41.54%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88812600.080.700.6553.2354.3922.35
Hex58511A084641353616
Octal13012132010106101656626
Binary1011000101000111010010001000110100000111010111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58511A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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