#56311A

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

Shades of Brown Bramble #56311A

Tints of Brown Bramble #56311A

Color information

#56311A (or 0x56311A) is unknown color: approx Brown Bramble. HEX triplet: 56, 31 and 1A. RGB value is (86,49,26). Sum of RGB (Red+Green+Blue) = 86+49+26=161 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.42% from 161); Green value is 49 (19.53% from 255 or 30.43% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 86 - color contains mainly: red. Hex color #56311A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56311A is #A9CEE5. Grayscale: #393939. Windows color (decimal): -11128550 or 1716566. OLE color: 1716566.

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

Color convert

RGB864926-
CMYK00.430.700.66
HSL23º53.57%21.96%-
HSV(B)23º69.77%33.73%-
XYZ5.124.251.53-
YUV57.44110.26148.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.42%
GREEN value IS 49 (19.53% from 255) = 30.43%
BLUE value IS 26 (10.55% from 255) = 16.15%
R=53.42%
G=30.43%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86492600.430.700.662353.5721.96
Hex56311A02B4642173616
Octal1266132053106102276626
Binary1010110110001110100101011100011010000101011111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56311A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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