#553520

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

Shades of Brown Bramble #553520

Tints of Brown Bramble #553520

Color information

#553520 (or 0x553520) is unknown color: approx Brown Bramble. HEX triplet: 55, 35 and 20. RGB value is (85,53,32). Sum of RGB (Red+Green+Blue) = 85+53+32=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 53 (21.09% from 255 or 31.18% from 170); Blue value is 32 (12.89% from 255 or 18.82% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #553520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553520 is #AACADF. Grayscale: #3C3C3C. Windows color (decimal): -11193056 or 2110805. OLE color: 2110805.

HSL color Cylindrical-coordinate representation of color #553520: hue angle of 23.77º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #553520 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB855332-
CMYK00.380.620.67
HSL23.77º45.3%22.94%-
HSV(B)23.77º62.35%33.33%-
XYZ5.284.581.97-
YUV60.17112.1145.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50%
GREEN value IS 53 (21.09% from 255) = 31.18%
BLUE value IS 32 (12.89% from 255) = 18.82%
R=50%
G=31.18%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85533200.380.620.6723.7745.322.94
Hex5535200263E43182d17
Octal125654004676103305527
Binary1010101110101100000010011011111010000111100010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553520; }

 p { color: rgb(85,53,32); }

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

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

 a { background-color: rgb(85,53,32); }

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

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

 span { border-color: rgb(85,53,32); }

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