#594F1D

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

Shades of Bronze Olive #594F1D

Tints of Bronze Olive #594F1D

Color information

#594F1D (or 0x594F1D) is unknown color: approx Bronze Olive. HEX triplet: 59, 4F and 1D. RGB value is (89,79,29). Sum of RGB (Red+Green+Blue) = 89+79+29=197 (26% of max value = 765). Red value is 89 (35.16% from 255 or 45.18% from 197); Green value is 79 (31.25% from 255 or 40.10% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 89 - color contains mainly: red. Hex color #594F1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594F1D is #A6B0E2. Grayscale: #4C4C4C. Windows color (decimal): -10924259 or 1920857. OLE color: 1920857.

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

Color convert

RGB897929-
CMYK00.110.670.65
HSL50º50.85%23.14%-
HSV(B)50º67.42%34.9%-
XYZ7.147.82.29-
YUV76.29101.31137.07-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.18%
GREEN value IS 79 (31.25% from 255) = 40.10%
BLUE value IS 29 (11.72% from 255) = 14.72%
R=45.18%
G=40.10%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89792900.110.670.655050.8523.14
Hex594F1D0B4341323317
Octal13111735013103101626327
Binary1011001100111111101010111000011100000111001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,79,29); }

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

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

 a { background-color: rgb(89,79,29); }

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

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

 span { border-color: rgb(89,79,29); }

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