#594C0D

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

Shades of Bronze Olive #594C0D

Tints of Bronze Olive #594C0D

Color information

#594C0D (or 0x594C0D) is unknown color: approx Bronze Olive. HEX triplet: 59, 4C and 0D. RGB value is (89,76,13). Sum of RGB (Red+Green+Blue) = 89+76+13=178 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50% from 178); Green value is 76 (30.08% from 255 or 42.70% from 178); Blue value is 13 (5.47% from 255 or 7.30% from 178); Max value from RGB is 89 - color contains mainly: red. Hex color #594C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594C0D is #A6B3F2. Grayscale: #484848. Windows color (decimal): -10925043 or 871513. OLE color: 871513.

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

Color convert

RGB897613-
CMYK00.150.850.65
HSL49.74º74.51%20%-
HSV(B)49.74º85.39%34.9%-
XYZ6.787.321.44-
YUV72.794.31139.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50%
GREEN value IS 76 (30.08% from 255) = 42.70%
BLUE value IS 13 (5.47% from 255) = 7.30%
R=50%
G=42.70%
B=7.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89761300.150.850.6549.7474.5120
Hex594CD0F5541324b14
Octal131114150171251016211324
Binary1011001100110011010111110101011000001110010100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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