#533421

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

Shades of Brown Bramble #533421

Tints of Brown Bramble #533421

Color information

#533421 (or 0x533421) is unknown color: approx Brown Bramble. HEX triplet: 53, 34 and 21. RGB value is (83,52,33). Sum of RGB (Red+Green+Blue) = 83+52+33=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 52 (20.70% from 255 or 30.95% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #533421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533421 is #ACCBDE. Grayscale: #3B3B3B. Windows color (decimal): -11324383 or 2176083. OLE color: 2176083.

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

Color convert

RGB835233-
CMYK00.370.600.67
HSL22.8º43.1%22.75%-
HSV(B)22.8º60.24%32.55%-
XYZ5.074.42.02-
YUV59.1113.27145.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.40%
GREEN value IS 52 (20.70% from 255) = 30.95%
BLUE value IS 33 (13.28% from 255) = 19.64%
R=49.40%
G=30.95%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83523300.370.600.6722.843.122.75
Hex5334210253C43172b17
Octal123644104574103275327
Binary1010011110100100001010010111110010000111011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533421; }

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

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

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

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

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

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

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

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