#58460A

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

Shades of Bronze Olive #58460A

Tints of Bronze Olive #58460A

Color information

#58460A (or 0x58460A) is unknown color: approx Bronze Olive. HEX triplet: 58, 46 and 0A. RGB value is (88,70,10). Sum of RGB (Red+Green+Blue) = 88+70+10=168 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.38% from 168); Green value is 70 (27.73% from 255 or 41.67% from 168); Blue value is 10 (4.30% from 255 or 5.95% from 168); Max value from RGB is 88 - color contains mainly: red. Hex color #58460A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58460A is #A7B9F5. Grayscale: #444444. Windows color (decimal): -10992118 or 673368. OLE color: 673368.

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

Color convert

RGB887010-
CMYK00.200.890.65
HSL46.15º79.59%19.22%-
HSV(B)46.15º88.64%34.51%-
XYZ6.276.481.21-
YUV68.5494.96141.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 52.38%
GREEN value IS 70 (27.73% from 255) = 41.67%
BLUE value IS 10 (4.30% from 255) = 5.95%
R=52.38%
G=41.67%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88701000.200.890.6546.1579.5919.22
Hex5846A01459412e5013
Octal130106120241311015612023
Binary10110001000110101001010010110011000001101110101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58460A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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