#58410C

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

Shades of Bronze Olive #58410C

Tints of Bronze Olive #58410C

Color information

#58410C (or 0x58410C) is unknown color: approx Bronze Olive. HEX triplet: 58, 41 and 0C. RGB value is (88,65,12). Sum of RGB (Red+Green+Blue) = 88+65+12=165 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.33% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 12 (5.08% from 255 or 7.27% from 165); Max value from RGB is 88 - color contains mainly: red. Hex color #58410C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58410C is #A7BEF3. Grayscale: #424242. Windows color (decimal): -10993396 or 803160. OLE color: 803160.

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

Color convert

RGB886512-
CMYK00.260.860.65
HSL41.84º76%19.61%-
HSV(B)41.84º86.36%34.51%-
XYZ5.985.881.17-
YUV65.8397.62143.81-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.33%
GREEN value IS 65 (25.78% from 255) = 39.39%
BLUE value IS 12 (5.08% from 255) = 7.27%
R=53.33%
G=39.39%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88651200.260.860.6541.847619.61
Hex5841C01A56412a4c14
Octal130101140321261015211424
Binary10110001000001110001101010101101000001101010100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58410C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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