#58460E

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

Shades of Bronze Olive #58460E

Tints of Bronze Olive #58460E

Color information

#58460E (or 0x58460E) is unknown color: approx Bronze Olive. HEX triplet: 58, 46 and 0E. RGB value is (88,70,14). Sum of RGB (Red+Green+Blue) = 88+70+14=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 14 (5.86% from 255 or 8.14% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #58460E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58460E is #A7B9F1. Grayscale: #454545. Windows color (decimal): -10992114 or 935512. OLE color: 935512.

HSL color Cylindrical-coordinate representation of color #58460E: hue angle of 45.41º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #58460E is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB887014-
CMYK00.200.840.65
HSL45.41º72.55%20%-
HSV(B)45.41º84.09%34.51%-
XYZ6.296.491.34-
YUV6996.96141.55-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.16%
GREEN value IS 70 (27.73% from 255) = 40.70%
BLUE value IS 14 (5.86% from 255) = 8.14%
R=51.16%
G=40.70%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88701400.200.840.6545.4172.5520
Hex5846E01454412d4914
Octal130106160241241015511124
Binary10110001000110111001010010101001000001101101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58460E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58460E; }

 p { color: rgb(88,70,14); }

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

<style>
 a { background-color: #58460E; }

 a { background-color: rgb(88,70,14); }

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

<style>
 span { border-color: #58460E; }

 span { border-color: rgb(88,70,14); }

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