#553220

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

Shades of Brown Bramble #553220

Tints of Brown Bramble #553220

Color information

#553220 (or 0x553220) is unknown color: approx Brown Bramble. HEX triplet: 55, 32 and 20. RGB value is (85,50,32). Sum of RGB (Red+Green+Blue) = 85+50+32=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #553220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553220 is #AACDDF. Grayscale: #3A3A3A. Windows color (decimal): -11193824 or 2110037. OLE color: 2110037.

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

Color convert

RGB855032-
CMYK00.410.620.67
HSL20.38º45.3%22.94%-
HSV(B)20.38º62.35%33.33%-
XYZ5.154.321.93-
YUV58.41113.1146.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.90%
GREEN value IS 50 (19.92% from 255) = 29.94%
BLUE value IS 32 (12.89% from 255) = 19.16%
R=50.90%
G=29.94%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85503200.410.620.6720.3845.322.94
Hex5532200293E43142d17
Octal125624005176103245527
Binary1010101110010100000010100111111010000111010010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553220; }

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

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

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

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

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

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

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

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