#58511B

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

Shades of Bronze Olive #58511B

Tints of Bronze Olive #58511B

Color information

#58511B (or 0x58511B) is unknown color: approx Bronze Olive. HEX triplet: 58, 51 and 1B. RGB value is (88,81,27). Sum of RGB (Red+Green+Blue) = 88+81+27=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 27 (10.94% from 255 or 13.78% from 196); Max value from RGB is 88 - color contains mainly: red. Hex color #58511B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58511B is #A7AEE4. Grayscale: #4D4D4D. Windows color (decimal): -10989285 or 1790296. OLE color: 1790296.

HSL color Cylindrical-coordinate representation of color #58511B: hue angle of 53.11º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #58511B is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB888127-
CMYK00.080.690.65
HSL53.11º53.04%22.55%-
HSV(B)53.11º69.32%34.51%-
XYZ7.168.042.21-
YUV76.9499.82135.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.90%
GREEN value IS 81 (32.03% from 255) = 41.33%
BLUE value IS 27 (10.94% from 255) = 13.78%
R=44.90%
G=41.33%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88812700.080.690.6553.1153.0422.55
Hex58511B084541353517
Octal13012133010105101656527
Binary1011000101000111011010001000101100000111010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58511B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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