#58420E

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

Shades of Bronze Olive #58420E

Tints of Bronze Olive #58420E

Color information

#58420E (or 0x58420E) is unknown color: approx Bronze Olive. HEX triplet: 58, 42 and 0E. RGB value is (88,66,14). Sum of RGB (Red+Green+Blue) = 88+66+14=168 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.38% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 14 (5.86% from 255 or 8.33% from 168); Max value from RGB is 88 - color contains mainly: red. Hex color #58420E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58420E is #A7BDF1. Grayscale: #424242. Windows color (decimal): -10993138 or 934488. OLE color: 934488.

HSL color Cylindrical-coordinate representation of color #58420E: hue angle of 42.16º 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 #58420E is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB886614-
CMYK00.250.840.65
HSL42.16º72.55%20%-
HSV(B)42.16º84.09%34.51%-
XYZ6.0561.26-
YUV66.6598.29143.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 52.38%
GREEN value IS 66 (26.17% from 255) = 39.29%
BLUE value IS 14 (5.86% from 255) = 8.33%
R=52.38%
G=39.29%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88661400.250.840.6542.1672.5520
Hex5842E01954412a4914
Octal130102160311241015211124
Binary10110001000010111001100110101001000001101010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58420E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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