Html Css Color HEX #595421 Bronze Olive

📋 copy color: '#595421'

red 89 ◦ green 84 ◦ blue 33

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

Shades of Bronze Olive #595421

Tints of Bronze Olive #595421

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.78%

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

R = 43.2%
G = 40.78%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#595421 (or 0x595421) is known color: Bronze Olive. HEX triplet: 59, 54 and 21. RGB value is (89,84,33). Sum of RGB (Red+Green+Blue) = 89+84+33=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 33 (13.28% from 255 or 16.02% from 206); Max value from RGB is 89 - color contains mainly: red. Hex color #595421 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595421 is #A6ABDE. Grayscale: #4F4F4F. Windows color (decimal): -10922975 or 2184281. OLE color: 2184281.

HSL color Cylindrical-coordinate representation of color #595421: hue angle of 54.64º 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 #595421 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 84 33 -
CMYK 0 0.06 0.63 0.65
HSL 54.64º 0.46% 0.24% -
HSV(B) 54.64º 0.63% 0.35% -
XYZ 7.56 8.57 2.7 -
YUV 79.68 101.66 134.65 -
System Red Green Blue C M Y K H S L
Decimal 89 84 33 0 0.06 0.63 0.65 54.64 0.46 0.24
Hex 59 54 21 0 6 3F 41 37 2E 18
Octal 131 124 41 0 6 77 101 67 56 30
Binary 1011001 1010100 100001 0 110 111111 1000001 110111 101110 11000

Color Harmonies of #595421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595421

Black with #595421

Text Example


Text Example

White with #595421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595421; }

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

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

background-color css

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

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

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

border-color css

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

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

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