#55311C

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

Shades of Brown Bramble #55311C

Tints of Brown Bramble #55311C

Color information

#55311C (or 0x55311C) is unknown color: approx Brown Bramble. HEX triplet: 55, 31 and 1C. RGB value is (85,49,28). Sum of RGB (Red+Green+Blue) = 85+49+28=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #55311C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55311C is #AACEE3. Grayscale: #393939. Windows color (decimal): -11194084 or 1847637. OLE color: 1847637.

HSL color Cylindrical-coordinate representation of color #55311C: hue angle of 22.11º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55311C is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB854928-
CMYK00.420.670.67
HSL22.11º50.44%22.16%-
HSV(B)22.11º67.06%33.33%-
XYZ5.054.211.65-
YUV57.37111.43147.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.47%
GREEN value IS 49 (19.53% from 255) = 30.25%
BLUE value IS 28 (11.33% from 255) = 17.28%
R=52.47%
G=30.25%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85492800.420.670.6722.1150.4422.16
Hex55311C02A4343163216
Octal1256134052103103266226
Binary1010101110001111000101010100001110000111011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55311C; }

 p { color: rgb(85,49,28); }

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

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

 a { background-color: rgb(85,49,28); }

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

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

 span { border-color: rgb(85,49,28); }

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