#59451B

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

Shades of Bronze Olive #59451B

Tints of Bronze Olive #59451B

Color information

#59451B (or 0x59451B) is unknown color: approx Bronze Olive. HEX triplet: 59, 45 and 1B. RGB value is (89,69,27). Sum of RGB (Red+Green+Blue) = 89+69+27=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 27 (10.94% from 255 or 14.59% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #59451B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59451B is #A6BAE4. Grayscale: #464646. Windows color (decimal): -10926821 or 1787225. OLE color: 1787225.

HSL color Cylindrical-coordinate representation of color #59451B: hue angle of 40.65º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #59451B is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB896927-
CMYK00.220.700.65
HSL40.65º53.45%22.75%-
HSV(B)40.65º69.66%34.9%-
XYZ6.456.461.94-
YUV70.19103.63141.42-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.11%
GREEN value IS 69 (27.34% from 255) = 37.30%
BLUE value IS 27 (10.94% from 255) = 14.59%
R=48.11%
G=37.30%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89692700.220.700.6540.6553.4522.75
Hex59451B0164641293517
Octal13110533026106101516527
Binary10110011000101110110101101000110100000110100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59451B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59451B; }

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

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

<style>
 a { background-color: #59451B; }

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

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

<style>
 span { border-color: #59451B; }

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

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