Html Css Color HEX #595321 Bronze Olive

📋 copy color: '#595321'

red 89 ◦ green 83 ◦ blue 33

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

Shades of Bronze Olive #595321

Tints of Bronze Olive #595321

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.49%

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

R = 43.41%
G = 40.49%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#595321 (or 0x595321) is known color: Bronze Olive. HEX triplet: 59, 53 and 21. RGB value is (89,83,33). Sum of RGB (Red+Green+Blue) = 89+83+33=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 89 - color contains mainly: red. Hex color #595321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595321 is #A6ACDE. Grayscale: #4F4F4F. Windows color (decimal): -10923231 or 2184025. OLE color: 2184025.

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

Color convert

RGB 89 83 33 -
CMYK 0 0.07 0.63 0.65
HSL 53.57º 0.46% 0.24% -
HSV(B) 53.57º 0.63% 0.35% -
XYZ 7.49 8.42 2.67 -
YUV 79.09 101.99 135.07 -
System Red Green Blue C M Y K H S L
Decimal 89 83 33 0 0.07 0.63 0.65 53.57 0.46 0.24
Hex 59 53 21 0 7 3F 41 36 2E 18
Octal 131 123 41 0 7 77 101 66 56 30
Binary 1011001 1010011 100001 0 111 111111 1000001 110110 101110 11000

Color Harmonies of #595321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595321

Black with #595321

Text Example


Text Example

White with #595321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595321; }

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

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

background-color css

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

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

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

border-color css

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

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

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