#594C13

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

Shades of Bronze Olive #594C13

Tints of Bronze Olive #594C13

Color information

#594C13 (or 0x594C13) is unknown color: approx Bronze Olive. HEX triplet: 59, 4C and 13. RGB value is (89,76,19). Sum of RGB (Red+Green+Blue) = 89+76+19=184 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.37% from 184); Green value is 76 (30.08% from 255 or 41.30% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 89 - color contains mainly: red. Hex color #594C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594C13 is #A6B3EC. Grayscale: #494949. Windows color (decimal): -10925037 or 1264729. OLE color: 1264729.

HSL color Cylindrical-coordinate representation of color #594C13: hue angle of 48.86º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #594C13 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.65.

Color convert

RGB897619-
CMYK00.150.790.65
HSL48.86º64.81%21.18%-
HSV(B)48.86º78.65%34.9%-
XYZ6.827.341.67-
YUV73.3997.31139.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.37%
GREEN value IS 76 (30.08% from 255) = 41.30%
BLUE value IS 19 (7.81% from 255) = 10.33%
R=48.37%
G=41.30%
B=10.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.79
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89761900.150.790.6548.8664.8121.18
Hex594C130F4F41314115
Octal131114230171171016110125
Binary10110011001100100110111110011111000001110001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594C13; }

 p { color: rgb(89,76,19); }

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

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

 a { background-color: rgb(89,76,19); }

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

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

 span { border-color: rgb(89,76,19); }

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