#56391F

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

Shades of Brown Bramble #56391F

Tints of Brown Bramble #56391F

Color information

#56391F (or 0x56391F) is unknown color: approx Brown Bramble. HEX triplet: 56, 39 and 1F. RGB value is (86,57,31). Sum of RGB (Red+Green+Blue) = 86+57+31=174 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.43% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 86 - color contains mainly: red. Hex color #56391F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56391F is #A9C6E0. Grayscale: #3E3E3E. Windows color (decimal): -11126497 or 2046294. OLE color: 2046294.

HSL color Cylindrical-coordinate representation of color #56391F: hue angle of 28.36º 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 #56391F is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB865731-
CMYK00.340.640.66
HSL28.36º47.01%22.94%-
HSV(B)28.36º63.95%33.73%-
XYZ5.5551.97-
YUV62.71110.11144.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.43%
GREEN value IS 57 (22.66% from 255) = 32.76%
BLUE value IS 31 (12.5% from 255) = 17.82%
R=49.43%
G=32.76%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.64
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86573100.340.640.6628.3647.0122.94
Hex56391F02240421c2f17
Octal1267137042100102345727
Binary1010110111001111110100010100000010000101110010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56391F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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