#56311E

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

Shades of Brown Bramble #56311E

Tints of Brown Bramble #56311E

Color information

#56311E (or 0x56311E) is unknown color: approx Brown Bramble. HEX triplet: 56, 31 and 1E. RGB value is (86,49,30). Sum of RGB (Red+Green+Blue) = 86+49+30=165 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.12% from 165); Green value is 49 (19.53% from 255 or 29.70% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 86 - color contains mainly: red. Hex color #56311E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56311E is #A9CEE1. Grayscale: #3A3A3A. Windows color (decimal): -11128546 or 1978710. OLE color: 1978710.

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

Color convert

RGB864930-
CMYK00.430.650.66
HSL20.36º48.28%22.75%-
HSV(B)20.36º65.12%33.73%-
XYZ5.174.271.78-
YUV57.9112.26148.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.12%
GREEN value IS 49 (19.53% from 255) = 29.70%
BLUE value IS 30 (12.11% from 255) = 18.18%
R=52.12%
G=29.70%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86493000.430.650.6620.3648.2822.75
Hex56311E02B4142143017
Octal1266136053101102246027
Binary1010110110001111100101011100000110000101010011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56311E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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