#594C1A

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

Shades of Bronze Olive #594C1A

Tints of Bronze Olive #594C1A

Color information

#594C1A (or 0x594C1A) is unknown color: approx Bronze Olive. HEX triplet: 59, 4C and 1A. RGB value is (89,76,26). Sum of RGB (Red+Green+Blue) = 89+76+26=191 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.60% from 191); Green value is 76 (30.08% from 255 or 39.79% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 89 - color contains mainly: red. Hex color #594C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594C1A is #A6B3E5. Grayscale: #4A4A4A. Windows color (decimal): -10925030 or 1723481. OLE color: 1723481.

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

Color convert

RGB897626-
CMYK00.150.710.65
HSL47.62º54.78%22.55%-
HSV(B)47.62º70.79%34.9%-
XYZ6.897.372.04-
YUV74.19100.81138.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.60%
GREEN value IS 76 (30.08% from 255) = 39.79%
BLUE value IS 26 (10.55% from 255) = 13.61%
R=46.60%
G=39.79%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89762600.150.710.6547.6254.7822.55
Hex594C1A0F4741303717
Octal13111432017107101606727
Binary1011001100110011010011111000111100000111000011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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