#55311E

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

Shades of Brown Bramble #55311E

Tints of Brown Bramble #55311E

Color information

#55311E (or 0x55311E) is unknown color: approx Brown Bramble. HEX triplet: 55, 31 and 1E. RGB value is (85,49,30). Sum of RGB (Red+Green+Blue) = 85+49+30=164 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.83% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 30 (12.11% from 255 or 18.29% from 164); Max value from RGB is 85 - color contains mainly: red. Hex color #55311E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55311E is #AACEE1. Grayscale: #393939. Windows color (decimal): -11194082 or 1978709. OLE color: 1978709.

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

Color convert

RGB854930-
CMYK00.420.650.67
HSL20.73º47.83%22.55%-
HSV(B)20.73º64.71%33.33%-
XYZ5.084.221.78-
YUV57.6112.43147.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.83%
GREEN value IS 49 (19.53% from 255) = 29.88%
BLUE value IS 30 (12.11% from 255) = 18.29%
R=51.83%
G=29.88%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85493000.420.650.6720.7347.8322.55
Hex55311E02A4143153017
Octal1256136052101103256027
Binary1010101110001111100101010100000110000111010111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55311E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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