Html Css Color HEX #594929 Bronze Olive

📋 copy color: '#594929'

red 89 ◦ green 73 ◦ blue 41

#594929
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze Olive #594929

Tints of Bronze Olive #594929

RGB

 RED value IS 89 (35.16% from 255) = 43.84%

 GREEN value IS 73 (28.91% from 255) = 35.96%

 BLUE value IS 41 (16.41% from 255) = 20.2%

R = 43.84%
G = 35.96%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.65

RGB Variations

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

Color information

#594929 (or 0x594929) is known color: Bronze Olive. HEX triplet: 59, 49 and 29. RGB value is (89,73,41). Sum of RGB (Red+Green+Blue) = 89+73+41=203 (26% of max value = 765). Red value is 89 (35.16% from 255 or 43.84% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 89 - color contains mainly: red. Hex color #594929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594929 is #A6B6D6. Grayscale: #4A4A4A. Windows color (decimal): -10925783 or 2705753. OLE color: 2705753.

HSL color Cylindrical-coordinate representation of color #594929: hue angle of 40º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #594929 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 73 41 -
CMYK 0 0.18 0.54 0.65
HSL 40º 0.37% 0.25% -
HSV(B) 40º 0.54% 0.35% -
XYZ 6.9 7.05 3.09 -
YUV 74.14 109.3 138.6 -
System Red Green Blue C M Y K H S L
Decimal 89 73 41 0 0.18 0.54 0.65 40 0.37 0.25
Hex 59 49 29 0 12 36 41 28 25 19
Octal 131 111 51 0 22 66 101 50 45 31
Binary 1011001 1001001 101001 0 10010 110110 1000001 101000 100101 11001

Color Harmonies of #594929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594929

Black with #594929

Text Example


Text Example

White with #594929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594929; }

 p { color: rgb(89,73,41); }

 H1.HeaderClassName
 {
   color: #594929;
 }
 .AnyTagClassName
 {
   color: #594929;
 }
</style>

background-color css

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

 a { background-color: rgb(89,73,41); }

 div.DivClassName
 {
   background-color: #594929;
 }
 .BgClassName
 {
   background-color: #594929;
 }
</style>

border-color css

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

 span { border-color: rgb(89,73,41); }

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