Html Css Color HEX #594B29 Bronze Olive

📋 copy color: '#594B29'

red 89 ◦ green 75 ◦ blue 41

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

Shades of Bronze Olive #594B29

Tints of Bronze Olive #594B29

RGB

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

 GREEN value IS 75 (29.69% from 255) = 36.59%

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

R = 43.41%
G = 36.59%
B = 20%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.65

RGB Variations

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

Color information

#594B29 (or 0x594B29) is known color: Bronze Olive. HEX triplet: 59, 4B and 29. RGB value is (89,75,41). Sum of RGB (Red+Green+Blue) = 89+75+41=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 89 - color contains mainly: red. Hex color #594B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594B29 is #A6B4D6. Grayscale: #4B4B4B. Windows color (decimal): -10925271 or 2706265. OLE color: 2706265.

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

Color convert

RGB 89 75 41 -
CMYK 0 0.16 0.54 0.65
HSL 42.5º 0.37% 0.25% -
HSV(B) 42.5º 0.54% 0.35% -
XYZ 7.04 7.32 3.14 -
YUV 75.31 108.64 137.76 -
System Red Green Blue C M Y K H S L
Decimal 89 75 41 0 0.16 0.54 0.65 42.5 0.37 0.25
Hex 59 4B 29 0 10 36 41 2A 25 19
Octal 131 113 51 0 20 66 101 52 45 31
Binary 1011001 1001011 101001 0 10000 110110 1000001 101010 100101 11001

Color Harmonies of #594B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594B29

Black with #594B29

Text Example


Text Example

White with #594B29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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