#553321

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

Shades of Brown Bramble #553321

Tints of Brown Bramble #553321

Color information

#553321 (or 0x553321) is unknown color: approx Brown Bramble. HEX triplet: 55, 33 and 21. RGB value is (85,51,33). Sum of RGB (Red+Green+Blue) = 85+51+33=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 33 (13.28% from 255 or 19.53% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #553321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553321 is #AACCDE. Grayscale: #3B3B3B. Windows color (decimal): -11193567 or 2175829. OLE color: 2175829.

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

Color convert

RGB855133-
CMYK00.400.610.67
HSL20.77º44.07%23.14%-
HSV(B)20.77º61.18%33.33%-
XYZ5.24.412.02-
YUV59.11113.26146.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.30%
GREEN value IS 51 (20.31% from 255) = 30.18%
BLUE value IS 33 (13.28% from 255) = 19.53%
R=50.30%
G=30.18%
B=19.53%

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
Decimal85513300.400.610.6720.7744.0723.14
Hex5533210283D43152c17
Octal125634105075103255427
Binary1010101110011100001010100011110110000111010110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553321; }

 p { color: rgb(85,51,33); }

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

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

 a { background-color: rgb(85,51,33); }

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

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

 span { border-color: rgb(85,51,33); }

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