#58440B

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

Shades of Bronze Olive #58440B

Tints of Bronze Olive #58440B

Color information

#58440B (or 0x58440B) is unknown color: approx Bronze Olive. HEX triplet: 58, 44 and 0B. RGB value is (88,68,11). Sum of RGB (Red+Green+Blue) = 88+68+11=167 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.69% from 167); Green value is 68 (26.95% from 255 or 40.72% from 167); Blue value is 11 (4.69% from 255 or 6.59% from 167); Max value from RGB is 88 - color contains mainly: red. Hex color #58440B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58440B is #A7BBF4. Grayscale: #434343. Windows color (decimal): -10992629 or 738392. OLE color: 738392.

HSL color Cylindrical-coordinate representation of color #58440B: hue angle of 44.42º 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 #58440B is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB886811-
CMYK00.230.880.65
HSL44.42º77.78%19.41%-
HSV(B)44.42º87.5%34.51%-
XYZ6.156.231.2-
YUV67.4896.13142.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 52.69%
GREEN value IS 68 (26.95% from 255) = 40.72%
BLUE value IS 11 (4.69% from 255) = 6.59%
R=52.69%
G=40.72%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88681100.230.880.6544.4277.7819.41
Hex5844B01758412c4e13
Octal130104130271301015411623
Binary10110001000100101101011110110001000001101100100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58440B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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