#56311D

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

Shades of Brown Bramble #56311D

Tints of Brown Bramble #56311D

Color information

#56311D (or 0x56311D) is unknown color: approx Brown Bramble. HEX triplet: 56, 31 and 1D. RGB value is (86,49,29). Sum of RGB (Red+Green+Blue) = 86+49+29=164 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.44% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 86 - color contains mainly: red. Hex color #56311D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56311D is #A9CEE2. Grayscale: #393939. Windows color (decimal): -11128547 or 1913174. OLE color: 1913174.

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

Color convert

RGB864929-
CMYK00.430.660.66
HSL21.05º49.57%22.55%-
HSV(B)21.05º66.28%33.73%-
XYZ5.164.261.71-
YUV57.78111.76148.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.44%
GREEN value IS 49 (19.53% from 255) = 29.88%
BLUE value IS 29 (11.72% from 255) = 17.68%
R=52.44%
G=29.88%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86492900.430.660.6621.0549.5722.55
Hex56311D02B4242153217
Octal1266135053102102256227
Binary1010110110001111010101011100001010000101010111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56311D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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