#58410a

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

Shades of Bronze Olive #58410A

Tints of Bronze Olive #58410A

Color information

#58410A (or 0x58410A) is unknown color: approx Bronze Olive. HEX triplet: 58, 41 and 0A. RGB value is (88,65,10). Sum of RGB (Red+Green+Blue) = 88+65+10=163 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.99% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 10 (4.30% from 255 or 6.13% from 163); Max value from RGB is 88 - color contains mainly: red. Hex color #58410A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58410A is #A7BEF5. Grayscale: #414141. Windows color (decimal): -10993398 or 672088. OLE color: 672088.

HSL color Cylindrical-coordinate representation of color #58410A: hue angle of 42.31º 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 #58410A is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB886510-
CMYK00.260.890.65
HSL42.31º79.59%19.22%-
HSV(B)42.31º88.64%34.51%-
XYZ5.975.881.11-
YUV65.6196.62143.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.99%
GREEN value IS 65 (25.78% from 255) = 39.88%
BLUE value IS 10 (4.30% from 255) = 6.13%
R=53.99%
G=39.88%
B=6.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88651000.260.890.6542.3179.5919.22
Hex5841A01A59412a5013
Octal130101120321311015212023
Binary10110001000001101001101010110011000001101010101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58410a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58410a; }

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

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

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

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

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

<style>
 span { border-color: #58410a; }

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

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