#56381F

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

Shades of Brown Bramble #56381F

Tints of Brown Bramble #56381F

Color information

#56381F (or 0x56381F) is unknown color: approx Brown Bramble. HEX triplet: 56, 38 and 1F. RGB value is (86,56,31). Sum of RGB (Red+Green+Blue) = 86+56+31=173 (22% of max value = 765). Red value is 86 (33.98% from 255 or 49.71% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 86 - color contains mainly: red. Hex color #56381F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56381F is #A9C7E0. Grayscale: #3E3E3E. Windows color (decimal): -11126753 or 2046038. OLE color: 2046038.

HSL color Cylindrical-coordinate representation of color #56381F: hue angle of 27.27º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56381F is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB865631-
CMYK00.350.640.66
HSL27.27º47.01%22.94%-
HSV(B)27.27º63.95%33.73%-
XYZ5.54.911.95-
YUV62.12110.44145.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.71%
GREEN value IS 56 (22.27% from 255) = 32.37%
BLUE value IS 31 (12.5% from 255) = 17.92%
R=49.71%
G=32.37%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86563100.350.640.6627.2747.0122.94
Hex56381F02340421b2f17
Octal1267037043100102335727
Binary1010110111000111110100011100000010000101101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56381F; }

 p { color: rgb(86,56,31); }

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

<style>
 a { background-color: #56381F; }

 a { background-color: rgb(86,56,31); }

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

<style>
 span { border-color: #56381F; }

 span { border-color: rgb(86,56,31); }

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