#58470B

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

Shades of Bronze Olive #58470B

Tints of Bronze Olive #58470B

Color information

#58470B (or 0x58470B) is unknown color: approx Bronze Olive. HEX triplet: 58, 47 and 0B. RGB value is (88,71,11). Sum of RGB (Red+Green+Blue) = 88+71+11=170 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.76% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 11 (4.69% from 255 or 6.47% from 170); Max value from RGB is 88 - color contains mainly: red. Hex color #58470B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58470B is #A7B8F4. Grayscale: #454545. Windows color (decimal): -10991861 or 739160. OLE color: 739160.

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

Color convert

RGB887111-
CMYK00.190.880.65
HSL46.75º77.78%19.41%-
HSV(B)46.75º87.5%34.51%-
XYZ6.346.611.26-
YUV69.2495.13141.38-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.76%
GREEN value IS 71 (28.12% from 255) = 41.76%
BLUE value IS 11 (4.69% from 255) = 6.47%
R=51.76%
G=41.76%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88711100.190.880.6546.7577.7819.41
Hex5847B01358412f4e13
Octal130107130231301015711623
Binary10110001000111101101001110110001000001101111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58470B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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