#58400B

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

Shades of Bronze Olive #58400B

Tints of Bronze Olive #58400B

Color information

#58400B (or 0x58400B) is unknown color: approx Bronze Olive. HEX triplet: 58, 40 and 0B. RGB value is (88,64,11). Sum of RGB (Red+Green+Blue) = 88+64+11=163 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.99% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 88 - color contains mainly: red. Hex color #58400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58400B is #A7BFF4. Grayscale: #414141. Windows color (decimal): -10993653 or 737368. OLE color: 737368.

HSL color Cylindrical-coordinate representation of color #58400B: hue angle of 41.3º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #58400B is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB886411-
CMYK00.270.880.65
HSL41.3º77.78%19.41%-
HSV(B)41.3º87.5%34.51%-
XYZ5.925.771.12-
YUV65.1397.45144.31-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.99%
GREEN value IS 64 (25.39% from 255) = 39.26%
BLUE value IS 11 (4.69% from 255) = 6.75%
R=53.99%
G=39.26%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88641100.270.880.6541.377.7819.41
Hex5840B01B5841294e13
Octal130100130331301015111623
Binary10110001000000101101101110110001000001101001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58400B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,64,11); }

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

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

 a { background-color: rgb(88,64,11); }

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

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

 span { border-color: rgb(88,64,11); }

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