Html Css Color HEX #594D28 Bronze Olive

📋 copy color: '#594D28'

red 89 ◦ green 77 ◦ blue 40

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

Shades of Bronze Olive #594D28

Tints of Bronze Olive #594D28

RGB

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

 GREEN value IS 77 (30.47% from 255) = 37.38%

 BLUE value IS 40 (16.02% from 255) = 19.42%

R = 43.2%
G = 37.38%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#594D28 (or 0x594D28) is known color: Bronze Olive. HEX triplet: 59, 4D and 28. RGB value is (89,77,40). Sum of RGB (Red+Green+Blue) = 89+77+40=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 89 - color contains mainly: red. Hex color #594D28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594D28 is #A6B2D7. Grayscale: #4C4C4C. Windows color (decimal): -10924760 or 2641241. OLE color: 2641241.

HSL color Cylindrical-coordinate representation of color #594D28: hue angle of 45.31º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #594D28 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 77 40 -
CMYK 0 0.13 0.55 0.65
HSL 45.31º 0.38% 0.25% -
HSV(B) 45.31º 0.55% 0.35% -
XYZ 7.16 7.58 3.09 -
YUV 76.37 107.48 137.01 -
System Red Green Blue C M Y K H S L
Decimal 89 77 40 0 0.13 0.55 0.65 45.31 0.38 0.25
Hex 59 4D 28 0 D 37 41 2D 26 19
Octal 131 115 50 0 15 67 101 55 46 31
Binary 1011001 1001101 101000 0 1101 110111 1000001 101101 100110 11001

Color Harmonies of #594D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594D28

Black with #594D28

Text Example


Text Example

White with #594D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,77,40); }

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

background-color css

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

 a { background-color: rgb(89,77,40); }

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

border-color css

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

 span { border-color: rgb(89,77,40); }

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