#533220

Color #533220 Brown Bramble (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Bramble #533220

Tints of Brown Bramble #533220

Color information

#533220 (or 0x533220) is unknown color: approx Brown Bramble. HEX triplet: 53, 32 and 20. RGB value is (83,50,32). Sum of RGB (Red+Green+Blue) = 83+50+32=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #533220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533220 is #ACCDDF. Grayscale: #393939. Windows color (decimal): -11324896 or 2110035. OLE color: 2110035.

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

Color convert

RGB835032-
CMYK00.400.610.67
HSL21.18º44.35%22.55%-
HSV(B)21.18º61.45%32.55%-
XYZ4.974.221.92-
YUV57.82113.43145.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.30%
GREEN value IS 50 (19.92% from 255) = 30.30%
BLUE value IS 32 (12.89% from 255) = 19.39%
R=50.30%
G=30.30%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83503200.400.610.6721.1844.3522.55
Hex5332200283D43152c17
Octal123624005075103255427
Binary1010011110010100000010100011110110000111010110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533220; }

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

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

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

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

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

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

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

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