#594B2A

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

Shades of Bronze Olive #594B2A

Tints of Bronze Olive #594B2A

Color information

#594B2A (or 0x594B2A) is unknown color: approx Bronze Olive. HEX triplet: 59, 4B and 2A. RGB value is (89,75,42). Sum of RGB (Red+Green+Blue) = 89+75+42=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 89 - color contains mainly: red. Hex color #594B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594B2A is #A6B4D5. Grayscale: #4B4B4B. Windows color (decimal): -10925270 or 2771801. OLE color: 2771801.

HSL color Cylindrical-coordinate representation of color #594B2A: hue angle of 42.13º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #594B2A is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB897542-
CMYK00.160.530.65
HSL42.13º35.88%25.69%-
HSV(B)42.13º52.81%34.9%-
XYZ7.057.323.23-
YUV75.42109.14137.68-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.20%
GREEN value IS 75 (29.69% from 255) = 36.41%
BLUE value IS 42 (16.80% from 255) = 20.39%
R=43.20%
G=36.41%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89754200.160.530.6542.1335.8825.69
Hex594B2A01035412a241a
Octal1311135202065101524432
Binary10110011001011101010010000110101100000110101010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,75,42); }

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

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

 a { background-color: rgb(89,75,42); }

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

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

 span { border-color: rgb(89,75,42); }

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