#58420A

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

Shades of Bronze Olive #58420A

Tints of Bronze Olive #58420A

Color information

#58420A (or 0x58420A) is unknown color: approx Bronze Olive. HEX triplet: 58, 42 and 0A. RGB value is (88,66,10). Sum of RGB (Red+Green+Blue) = 88+66+10=164 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.66% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 10 (4.30% from 255 or 6.10% from 164); Max value from RGB is 88 - color contains mainly: red. Hex color #58420A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58420A is #A7BDF5. Grayscale: #424242. Windows color (decimal): -10993142 or 672344. OLE color: 672344.

HSL color Cylindrical-coordinate representation of color #58420A: hue angle of 43.08º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #58420A is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB886610-
CMYK00.250.890.65
HSL43.08º79.59%19.22%-
HSV(B)43.08º88.64%34.51%-
XYZ6.035.991.13-
YUV66.1996.29143.55-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.66%
GREEN value IS 66 (26.17% from 255) = 40.24%
BLUE value IS 10 (4.30% from 255) = 6.10%
R=53.66%
G=40.24%
B=6.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88661000.250.890.6543.0879.5919.22
Hex5842A01959412b5013
Octal130102120311311015312023
Binary10110001000010101001100110110011000001101011101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58420A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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