#553920

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

Shades of Brown Bramble #553920

Tints of Brown Bramble #553920

Color information

#553920 (or 0x553920) is unknown color: approx Brown Bramble. HEX triplet: 55, 39 and 20. RGB value is (85,57,32). Sum of RGB (Red+Green+Blue) = 85+57+32=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #553920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553920 is #AAC6DF. Grayscale: #3E3E3E. Windows color (decimal): -11192032 or 2111829. OLE color: 2111829.

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

Color convert

RGB855732-
CMYK00.330.620.67
HSL28.3º45.3%22.94%-
HSV(B)28.3º62.35%33.33%-
XYZ5.474.962.04-
YUV62.52110.78144.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.85%
GREEN value IS 57 (22.66% from 255) = 32.76%
BLUE value IS 32 (12.89% from 255) = 18.39%
R=48.85%
G=32.76%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85573200.330.620.6728.345.322.94
Hex5539200213E431c2d17
Octal125714004176103345527
Binary1010101111001100000010000111111010000111110010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553920; }

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

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

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

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

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

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

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

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