#534420

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

Shades of Bronze Olive #534420

Tints of Bronze Olive #534420

Color information

#534420 (or 0x534420) is unknown color: approx Bronze Olive. HEX triplet: 53, 44 and 20. RGB value is (83,68,32). Sum of RGB (Red+Green+Blue) = 83+68+32=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 68 (26.95% from 255 or 37.16% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #534420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534420 is #ACBBDF. Grayscale: #444444. Windows color (decimal): -11320288 or 2114643. OLE color: 2114643.

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

Color convert

RGB836832-
CMYK00.180.610.67
HSL42.35º44.35%22.55%-
HSV(B)42.35º61.45%32.55%-
XYZ5.96.082.23-
YUV68.38107.47138.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.36%
GREEN value IS 68 (26.95% from 255) = 37.16%
BLUE value IS 32 (12.89% from 255) = 17.49%
R=45.36%
G=37.16%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83683200.180.610.6742.3544.3522.55
Hex5344200123D432a2c17
Octal1231044002275103525427
Binary10100111000100100000010010111101100001110101010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534420; }

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

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

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

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

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

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

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

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