#534421

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

Shades of Bronze Olive #534421

Tints of Bronze Olive #534421

Color information

#534421 (or 0x534421) is unknown color: approx Bronze Olive. HEX triplet: 53, 44 and 21. RGB value is (83,68,33). Sum of RGB (Red+Green+Blue) = 83+68+33=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 33 (13.28% from 255 or 17.93% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #534421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534421 is #ACBBDE. Grayscale: #444444. Windows color (decimal): -11320287 or 2180179. OLE color: 2180179.

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

Color convert

RGB836833-
CMYK00.180.600.67
HSL42º43.1%22.75%-
HSV(B)42º60.24%32.55%-
XYZ5.916.082.3-
YUV68.5107.97138.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.11%
GREEN value IS 68 (26.95% from 255) = 36.96%
BLUE value IS 33 (13.28% from 255) = 17.93%
R=45.11%
G=36.96%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83683300.180.600.674243.122.75
Hex5344210123C432a2b17
Octal1231044102274103525327
Binary10100111000100100001010010111100100001110101010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534421; }

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

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

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

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

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

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

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

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