#553521

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

Shades of Brown Bramble #553521

Tints of Brown Bramble #553521

Color information

#553521 (or 0x553521) is unknown color: approx Brown Bramble. HEX triplet: 55, 35 and 21. RGB value is (85,53,33). Sum of RGB (Red+Green+Blue) = 85+53+33=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 33 (13.28% from 255 or 19.30% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #553521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553521 is #AACADE. Grayscale: #3C3C3C. Windows color (decimal): -11193055 or 2176341. OLE color: 2176341.

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

Color convert

RGB855333-
CMYK00.380.610.67
HSL23.08º44.07%23.14%-
HSV(B)23.08º61.18%33.33%-
XYZ5.294.592.05-
YUV60.29112.6145.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.71%
GREEN value IS 53 (21.09% from 255) = 30.99%
BLUE value IS 33 (13.28% from 255) = 19.30%
R=49.71%
G=30.99%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85533300.380.610.6723.0844.0723.14
Hex5535210263D43172c17
Octal125654104675103275427
Binary1010101110101100001010011011110110000111011110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553521; }

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

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

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

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

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

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

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

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