#553320

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

Shades of Brown Bramble #553320

Tints of Brown Bramble #553320

Color information

#553320 (or 0x553320) is unknown color: approx Brown Bramble. HEX triplet: 55, 33 and 20. RGB value is (85,51,32). Sum of RGB (Red+Green+Blue) = 85+51+32=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 51 (20.31% from 255 or 30.36% from 168); Blue value is 32 (12.89% from 255 or 19.05% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #553320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553320 is #AACCDF. Grayscale: #3B3B3B. Windows color (decimal): -11193568 or 2110293. OLE color: 2110293.

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

Color convert

RGB855132-
CMYK00.400.620.67
HSL21.51º45.3%22.94%-
HSV(B)21.51º62.35%33.33%-
XYZ5.194.41.94-
YUV59112.76146.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.60%
GREEN value IS 51 (20.31% from 255) = 30.36%
BLUE value IS 32 (12.89% from 255) = 19.05%
R=50.60%
G=30.36%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85513200.400.620.6721.5145.322.94
Hex5533200283E43162d17
Octal125634005076103265527
Binary1010101110011100000010100011111010000111011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553320; }

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

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

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

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

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

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

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

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