#56311C

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

Shades of Brown Bramble #56311C

Tints of Brown Bramble #56311C

Color information

#56311C (or 0x56311C) is unknown color: approx Brown Bramble. HEX triplet: 56, 31 and 1C. RGB value is (86,49,28). Sum of RGB (Red+Green+Blue) = 86+49+28=163 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.76% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 86 - color contains mainly: red. Hex color #56311C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56311C is #A9CEE3. Grayscale: #393939. Windows color (decimal): -11128548 or 1847638. OLE color: 1847638.

HSL color Cylindrical-coordinate representation of color #56311C: hue angle of 21.72º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #56311C is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB864928-
CMYK00.430.670.66
HSL21.72º50.88%22.35%-
HSV(B)21.72º67.44%33.73%-
XYZ5.154.261.65-
YUV57.67111.26148.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.76%
GREEN value IS 49 (19.53% from 255) = 30.06%
BLUE value IS 28 (11.33% from 255) = 17.18%
R=52.76%
G=30.06%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86492800.430.670.6621.7250.8822.35
Hex56311C02B4342163316
Octal1266134053103102266326
Binary1010110110001111000101011100001110000101011011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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