#534620

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

Shades of Bronze Olive #534620

Tints of Bronze Olive #534620

Color information

#534620 (or 0x534620) is unknown color: approx Bronze Olive. HEX triplet: 53, 46 and 20. RGB value is (83,70,32). Sum of RGB (Red+Green+Blue) = 83+70+32=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #534620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534620 is #ACB9DF. Grayscale: #454545. Windows color (decimal): -11319776 or 2115155. OLE color: 2115155.

HSL color Cylindrical-coordinate representation of color #534620: hue angle of 44.71º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #534620 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB837032-
CMYK00.160.610.67
HSL44.71º44.35%22.55%-
HSV(B)44.71º61.45%32.55%-
XYZ6.026.322.27-
YUV69.55106.81137.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.86%
GREEN value IS 70 (27.73% from 255) = 37.84%
BLUE value IS 32 (12.89% from 255) = 17.30%
R=44.86%
G=37.84%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83703200.160.610.6744.7144.3522.55
Hex5346200103D432d2c17
Octal1231064002075103555427
Binary10100111000110100000010000111101100001110110110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534620; }

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

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

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

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

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

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

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

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