#594C1E

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

Shades of Bronze Olive #594C1E

Tints of Bronze Olive #594C1E

Color information

#594C1E (or 0x594C1E) is unknown color: approx Bronze Olive. HEX triplet: 59, 4C and 1E. RGB value is (89,76,30). Sum of RGB (Red+Green+Blue) = 89+76+30=195 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.64% from 195); Green value is 76 (30.08% from 255 or 38.97% from 195); Blue value is 30 (12.11% from 255 or 15.38% from 195); Max value from RGB is 89 - color contains mainly: red. Hex color #594C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594C1E is #A6B3E1. Grayscale: #4A4A4A. Windows color (decimal): -10925026 or 1985625. OLE color: 1985625.

HSL color Cylindrical-coordinate representation of color #594C1E: hue angle of 46.78º 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 #594C1E is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB897630-
CMYK00.150.660.65
HSL46.78º49.58%23.33%-
HSV(B)46.78º66.29%34.9%-
XYZ6.947.392.29-
YUV74.64102.81138.24-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.64%
GREEN value IS 76 (30.08% from 255) = 38.97%
BLUE value IS 30 (12.11% from 255) = 15.38%
R=45.64%
G=38.97%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89763000.150.660.6546.7849.5823.33
Hex594C1E0F42412f3217
Octal13111436017102101576227
Binary1011001100110011110011111000010100000110111111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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