#58420B

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

Shades of Bronze Olive #58420B

Tints of Bronze Olive #58420B

Color information

#58420B (or 0x58420B) is unknown color: approx Bronze Olive. HEX triplet: 58, 42 and 0B. RGB value is (88,66,11). Sum of RGB (Red+Green+Blue) = 88+66+11=165 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.33% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 11 (4.69% from 255 or 6.67% from 165); Max value from RGB is 88 - color contains mainly: red. Hex color #58420B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58420B is #A7BDF4. Grayscale: #424242. Windows color (decimal): -10993141 or 737880. OLE color: 737880.

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

Color convert

RGB886611-
CMYK00.250.880.65
HSL42.86º77.78%19.41%-
HSV(B)42.86º87.5%34.51%-
XYZ6.0361.16-
YUV66.3196.79143.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.33%
GREEN value IS 66 (26.17% from 255) = 40%
BLUE value IS 11 (4.69% from 255) = 6.67%
R=53.33%
G=40%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88661100.250.880.6542.8677.7819.41
Hex5842B01958412b4e13
Octal130102130311301015311623
Binary10110001000010101101100110110001000001101011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58420B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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