Html Css Color HEX #595320 Bronze Olive

📋 copy color: '#595320'

red 89 ◦ green 83 ◦ blue 32

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

Shades of Bronze Olive #595320

Tints of Bronze Olive #595320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 15.69%

R = 43.63%
G = 40.69%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#595320 (or 0x595320) is known color: Bronze Olive. HEX triplet: 59, 53 and 20. RGB value is (89,83,32). Sum of RGB (Red+Green+Blue) = 89+83+32=204 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.63% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 89 - color contains mainly: red. Hex color #595320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595320 is #A6ACDF. Grayscale: #4F4F4F. Windows color (decimal): -10923232 or 2118489. OLE color: 2118489.

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

Color convert

RGB 89 83 32 -
CMYK 0 0.07 0.64 0.65
HSL 53.68º 0.47% 0.24% -
HSV(B) 53.68º 0.64% 0.35% -
XYZ 7.47 8.41 2.6 -
YUV 78.98 101.49 135.15 -
System Red Green Blue C M Y K H S L
Decimal 89 83 32 0 0.07 0.64 0.65 53.68 0.47 0.24
Hex 59 53 20 0 7 40 41 36 2F 18
Octal 131 123 40 0 7 100 101 66 57 30
Binary 1011001 1010011 100000 0 111 1000000 1000001 110110 101111 11000

Color Harmonies of #595320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595320

Black with #595320

Text Example


Text Example

White with #595320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595320; }

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

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

background-color css

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

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

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

border-color css

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

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

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