#594816

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

Shades of Bronze Olive #594816

Tints of Bronze Olive #594816

Color information

#594816 (or 0x594816) is unknown color: approx Bronze Olive. HEX triplet: 59, 48 and 16. RGB value is (89,72,22). Sum of RGB (Red+Green+Blue) = 89+72+22=183 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.63% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 89 - color contains mainly: red. Hex color #594816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594816 is #A6B7E9. Grayscale: #474747. Windows color (decimal): -10926058 or 1460313. OLE color: 1460313.

HSL color Cylindrical-coordinate representation of color #594816: hue angle of 44.78º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #594816 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB897222-
CMYK00.190.750.65
HSL44.78º60.36%21.76%-
HSV(B)44.78º75.28%34.9%-
XYZ6.586.821.73-
YUV71.38100.13140.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.63%
GREEN value IS 72 (28.52% from 255) = 39.34%
BLUE value IS 22 (8.98% from 255) = 12.02%
R=48.63%
G=39.34%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89722200.190.750.6544.7860.3621.76
Hex5948160134B412d3c16
Octal13111026023113101557426
Binary10110011001000101100100111001011100000110110111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594816; }

 p { color: rgb(89,72,22); }

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

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

 a { background-color: rgb(89,72,22); }

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

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

 span { border-color: rgb(89,72,22); }

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