#56331F

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

Shades of Brown Bramble #56331F

Tints of Brown Bramble #56331F

Color information

#56331F (or 0x56331F) is unknown color: approx Brown Bramble. HEX triplet: 56, 33 and 1F. RGB value is (86,51,31). Sum of RGB (Red+Green+Blue) = 86+51+31=168 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.19% from 168); Green value is 51 (20.31% from 255 or 30.36% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 86 - color contains mainly: red. Hex color #56331F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56331F is #A9CCE0. Grayscale: #3B3B3B. Windows color (decimal): -11128033 or 2044758. OLE color: 2044758.

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

Color convert

RGB865131-
CMYK00.410.640.66
HSL21.82º47.01%22.94%-
HSV(B)21.82º63.95%33.73%-
XYZ5.274.451.88-
YUV59.18112.1147.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.19%
GREEN value IS 51 (20.31% from 255) = 30.36%
BLUE value IS 31 (12.5% from 255) = 18.45%
R=51.19%
G=30.36%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.64
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86513100.410.640.6621.8247.0122.94
Hex56331F0294042162f17
Octal1266337051100102265727
Binary1010110110011111110101001100000010000101011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56331F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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