#594B1E

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

Shades of Bronze Olive #594B1E

Tints of Bronze Olive #594B1E

Color information

#594B1E (or 0x594B1E) is unknown color: approx Bronze Olive. HEX triplet: 59, 4B and 1E. RGB value is (89,75,30). Sum of RGB (Red+Green+Blue) = 89+75+30=194 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.88% from 194); Green value is 75 (29.69% from 255 or 38.66% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 89 - color contains mainly: red. Hex color #594B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594B1E is #A6B4E1. Grayscale: #4A4A4A. Windows color (decimal): -10925282 or 1985369. OLE color: 1985369.

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

Color convert

RGB897530-
CMYK00.160.660.65
HSL45.76º49.58%23.33%-
HSV(B)45.76º66.29%34.9%-
XYZ6.877.252.27-
YUV74.06103.14138.66-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.88%
GREEN value IS 75 (29.69% from 255) = 38.66%
BLUE value IS 30 (12.11% from 255) = 15.46%
R=45.88%
G=38.66%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89753000.160.660.6545.7649.5823.33
Hex594B1E01042412e3217
Octal13111336020102101566227
Binary10110011001011111100100001000010100000110111011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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