#595216

Color #595216 Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #595216

Tints of Bronze Olive #595216

Color information

#595216 (or 0x595216) is unknown color: approx Bronze Olive. HEX triplet: 59, 52 and 16. RGB value is (89,82,22). Sum of RGB (Red+Green+Blue) = 89+82+22=193 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.11% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 89 - color contains mainly: red. Hex color #595216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595216 is #A6ADE9. Grayscale: #4D4D4D. Windows color (decimal): -10923498 or 1462873. OLE color: 1462873.

HSL color Cylindrical-coordinate representation of color #595216: hue angle of 53.73º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #595216 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB898222-
CMYK00.080.750.65
HSL53.73º60.36%21.76%-
HSV(B)53.73º75.28%34.9%-
XYZ7.288.221.96-
YUV77.2596.82136.38-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.11%
GREEN value IS 82 (32.42% from 255) = 42.49%
BLUE value IS 22 (8.98% from 255) = 11.40%
R=46.11%
G=42.49%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89822200.080.750.6553.7360.3621.76
Hex595216084B41363c16
Octal13112226010113101667426
Binary1011001101001010110010001001011100000111011011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595216; }

 p { color: rgb(89,82,22); }

 H1.HeaderClassName
 {
   color: #595216;
 }
 .AnyTagClassName
 {
   color: #595216;
 }
</style>
background-color css

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

 a { background-color: rgb(89,82,22); }

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

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

 span { border-color: rgb(89,82,22); }

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