#59450A

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

Shades of Bronze Olive #59450A

Tints of Bronze Olive #59450A

Color information

#59450A (or 0x59450A) is unknown color: approx Bronze Olive. HEX triplet: 59, 45 and 0A. RGB value is (89,69,10). Sum of RGB (Red+Green+Blue) = 89+69+10=168 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.98% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 10 (4.30% from 255 or 5.95% from 168); Max value from RGB is 89 - color contains mainly: red. Hex color #59450A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59450A is #A6BAF5. Grayscale: #444444. Windows color (decimal): -10926838 or 673113. OLE color: 673113.

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

Color convert

RGB896910-
CMYK00.220.890.65
HSL44.81º79.8%19.41%-
HSV(B)44.81º88.76%34.9%-
XYZ6.36.41.19-
YUV68.2595.13142.8-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.98%
GREEN value IS 69 (27.34% from 255) = 41.07%
BLUE value IS 10 (4.30% from 255) = 5.95%
R=52.98%
G=41.07%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89691000.220.890.6544.8179.819.41
Hex5945A01659412d5013
Octal131105120261311015512023
Binary10110011000101101001011010110011000001101101101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59450A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,69,10); }

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

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

 a { background-color: rgb(89,69,10); }

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

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

 span { border-color: rgb(89,69,10); }

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