Html Css Color HEX #595121 Bronze Olive

📋 copy color: '#595121'

red 89 ◦ green 81 ◦ blue 33

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

Shades of Bronze Olive #595121

Tints of Bronze Olive #595121

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.9%

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

R = 43.84%
G = 39.9%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#595121 (or 0x595121) is known color: Bronze Olive. HEX triplet: 59, 51 and 21. RGB value is (89,81,33). Sum of RGB (Red+Green+Blue) = 89+81+33=203 (26% of max value = 765). Red value is 89 (35.16% from 255 or 43.84% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 89 - color contains mainly: red. Hex color #595121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595121 is #A6AEDE. Grayscale: #4E4E4E. Windows color (decimal): -10923743 or 2183513. OLE color: 2183513.

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

Color convert

RGB 89 81 33 -
CMYK 0 0.09 0.63 0.65
HSL 51.43º 0.46% 0.24% -
HSV(B) 51.43º 0.63% 0.35% -
XYZ 7.34 8.12 2.62 -
YUV 77.92 102.65 135.9 -
System Red Green Blue C M Y K H S L
Decimal 89 81 33 0 0.09 0.63 0.65 51.43 0.46 0.24
Hex 59 51 21 0 9 3F 41 33 2E 18
Octal 131 121 41 0 11 77 101 63 56 30
Binary 1011001 1010001 100001 0 1001 111111 1000001 110011 101110 11000

Color Harmonies of #595121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595121

Black with #595121

Text Example


Text Example

White with #595121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595121; }

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

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

background-color css

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

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

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

border-color css

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

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

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