Html Css Color HEX #595311 Bronze Olive

📋 copy color: '#595311'

red 89 ◦ green 83 ◦ blue 17

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

Shades of Bronze Olive #595311

Tints of Bronze Olive #595311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.99%

R = 47.09%
G = 43.92%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#595311 (or 0x595311) is known color: Bronze Olive. HEX triplet: 59, 53 and 11. RGB value is (89,83,17). Sum of RGB (Red+Green+Blue) = 89+83+17=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 17 (7.03% from 255 or 8.99% from 189); Max value from RGB is 89 - color contains mainly: red. Hex color #595311 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595311 is #A6ACEE. Grayscale: #4D4D4D. Windows color (decimal): -10923247 or 1135449. OLE color: 1135449.

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

Color convert

RGB 89 83 17 -
CMYK 0 0.07 0.81 0.65
HSL 55º 0.68% 0.21% -
HSV(B) 55º 0.81% 0.35% -
XYZ 7.31 8.35 1.76 -
YUV 77.27 93.99 136.37 -
System Red Green Blue C M Y K H S L
Decimal 89 83 17 0 0.07 0.81 0.65 55 0.68 0.21
Hex 59 53 11 0 7 51 41 37 44 15
Octal 131 123 21 0 7 121 101 67 104 25
Binary 1011001 1010011 10001 0 111 1010001 1000001 110111 1000100 10101

Color Harmonies of #595311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595311

Black with #595311

Text Example


Text Example

White with #595311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595311; }

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

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

background-color css

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

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

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

border-color css

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

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

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