#534821

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

Shades of Bronze Olive #534821

Tints of Bronze Olive #534821

Color information

#534821 (or 0x534821) is unknown color: approx Bronze Olive. HEX triplet: 53, 48 and 21. RGB value is (83,72,33). Sum of RGB (Red+Green+Blue) = 83+72+33=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 33 (13.28% from 255 or 17.55% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #534821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534821 is #ACB7DE. Grayscale: #474747. Windows color (decimal): -11319263 or 2181203. OLE color: 2181203.

HSL color Cylindrical-coordinate representation of color #534821: hue angle of 46.8º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #534821 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB837233-
CMYK00.130.600.67
HSL46.8º43.1%22.75%-
HSV(B)46.8º60.24%32.55%-
XYZ6.166.582.38-
YUV70.84106.64136.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.15%
GREEN value IS 72 (28.52% from 255) = 38.30%
BLUE value IS 33 (13.28% from 255) = 17.55%
R=44.15%
G=38.30%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83723300.130.600.6746.843.122.75
Hex5348210D3C432f2b17
Octal1231104101574103575327
Binary1010011100100010000101101111100100001110111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534821; }

 p { color: rgb(83,72,33); }

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

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

 a { background-color: rgb(83,72,33); }

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

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

 span { border-color: rgb(83,72,33); }

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