#56331D

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

Shades of Brown Bramble #56331D

Tints of Brown Bramble #56331D

Color information

#56331D (or 0x56331D) is unknown color: approx Brown Bramble. HEX triplet: 56, 33 and 1D. RGB value is (86,51,29). Sum of RGB (Red+Green+Blue) = 86+51+29=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #56331D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56331D is #A9CCE2. Grayscale: #3B3B3B. Windows color (decimal): -11128035 or 1913686. OLE color: 1913686.

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

Color convert

RGB865129-
CMYK00.410.660.66
HSL23.16º49.57%22.55%-
HSV(B)23.16º66.28%33.73%-
XYZ5.244.431.74-
YUV58.96111.1147.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.81%
GREEN value IS 51 (20.31% from 255) = 30.72%
BLUE value IS 29 (11.72% from 255) = 17.47%
R=51.81%
G=30.72%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86512900.410.660.6623.1649.5722.55
Hex56331D0294242173217
Octal1266335051102102276227
Binary1010110110011111010101001100001010000101011111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56331D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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