Html Css Color HEX #594521 Bronze Olive

📋 copy color: '#594521'

red 89 ◦ green 69 ◦ blue 33

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

Shades of Bronze Olive #594521

Tints of Bronze Olive #594521

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.13%

 BLUE value IS 33 (13.28% from 255) = 17.28%

R = 46.6%
G = 36.13%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#594521 (or 0x594521) is known color: Bronze Olive. HEX triplet: 59, 45 and 21. RGB value is (89,69,33). Sum of RGB (Red+Green+Blue) = 89+69+33=191 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.60% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 33 (13.28% from 255 or 17.28% from 191); Max value from RGB is 89 - color contains mainly: red. Hex color #594521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594521 is #A6BADE. Grayscale: #474747. Windows color (decimal): -10926815 or 2180441. OLE color: 2180441.

HSL color Cylindrical-coordinate representation of color #594521: hue angle of 38.57º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #594521 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 69 33 -
CMYK 0 0.22 0.63 0.65
HSL 38.57º 0.46% 0.24% -
HSV(B) 38.57º 0.63% 0.35% -
XYZ 6.52 6.49 2.35 -
YUV 70.88 106.63 140.93 -
System Red Green Blue C M Y K H S L
Decimal 89 69 33 0 0.22 0.63 0.65 38.57 0.46 0.24
Hex 59 45 21 0 16 3F 41 27 2E 18
Octal 131 105 41 0 26 77 101 47 56 30
Binary 1011001 1000101 100001 0 10110 111111 1000001 100111 101110 11000

Color Harmonies of #594521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594521

Black with #594521

Text Example


Text Example

White with #594521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594521; }

 p { color: rgb(89,69,33); }

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

background-color css

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

 a { background-color: rgb(89,69,33); }

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

border-color css

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

 span { border-color: rgb(89,69,33); }

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