#59450E

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

Shades of Bronze Olive #59450E

Tints of Bronze Olive #59450E

Color information

#59450E (or 0x59450E) is unknown color: approx Bronze Olive. HEX triplet: 59, 45 and 0E. RGB value is (89,69,14). Sum of RGB (Red+Green+Blue) = 89+69+14=172 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.74% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 14 (5.86% from 255 or 8.14% from 172); Max value from RGB is 89 - color contains mainly: red. Hex color #59450E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59450E is #A6BAF1. Grayscale: #444444. Windows color (decimal): -10926834 or 935257. OLE color: 935257.

HSL color Cylindrical-coordinate representation of color #59450E: hue angle of 44º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #59450E is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB896914-
CMYK00.220.840.65
HSL44º72.82%20.2%-
HSV(B)44º84.27%34.9%-
XYZ6.336.411.32-
YUV68.7197.13142.47-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 51.74%
GREEN value IS 69 (27.34% from 255) = 40.12%
BLUE value IS 14 (5.86% from 255) = 8.14%
R=51.74%
G=40.12%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89691400.220.840.654472.8220.2
Hex5945E01654412c4914
Octal131105160261241015411124
Binary10110011000101111001011010101001000001101100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59450E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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