#534820

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

Shades of Bronze Olive #534820

Tints of Bronze Olive #534820

Color information

#534820 (or 0x534820) is unknown color: approx Bronze Olive. HEX triplet: 53, 48 and 20. RGB value is (83,72,32). Sum of RGB (Red+Green+Blue) = 83+72+32=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #534820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534820 is #ACB7DF. Grayscale: #464646. Windows color (decimal): -11319264 or 2115667. OLE color: 2115667.

HSL color Cylindrical-coordinate representation of color #534820: hue angle of 47.06º 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 #534820 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB837232-
CMYK00.130.610.67
HSL47.06º44.35%22.55%-
HSV(B)47.06º61.45%32.55%-
XYZ6.156.582.31-
YUV70.73106.14136.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.39%
GREEN value IS 72 (28.52% from 255) = 38.50%
BLUE value IS 32 (12.89% from 255) = 17.11%
R=44.39%
G=38.50%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83723200.130.610.6747.0644.3522.55
Hex5348200D3D432f2c17
Octal1231104001575103575427
Binary1010011100100010000001101111101100001110111110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534820; }

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

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

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

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

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

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

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

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