#58410D

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

Shades of Bronze Olive #58410D

Tints of Bronze Olive #58410D

Color information

#58410D (or 0x58410D) is unknown color: approx Bronze Olive. HEX triplet: 58, 41 and 0D. RGB value is (88,65,13). Sum of RGB (Red+Green+Blue) = 88+65+13=166 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.01% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 88 - color contains mainly: red. Hex color #58410D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58410D is #A7BEF2. Grayscale: #424242. Windows color (decimal): -10993395 or 868696. OLE color: 868696.

HSL color Cylindrical-coordinate representation of color #58410D: hue angle of 41.6º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #58410D is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB886513-
CMYK00.260.850.65
HSL41.6º74.26%19.8%-
HSV(B)41.6º85.23%34.51%-
XYZ5.995.881.2-
YUV65.9598.12143.73-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.01%
GREEN value IS 65 (25.78% from 255) = 39.16%
BLUE value IS 13 (5.47% from 255) = 7.83%
R=53.01%
G=39.16%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88651300.260.850.6541.674.2619.8
Hex5841D01A55412a4a14
Octal130101150321251015211224
Binary10110001000001110101101010101011000001101010100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58410D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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