#56321C

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

Shades of Brown Bramble #56321C

Tints of Brown Bramble #56321C

Color information

#56321C (or 0x56321C) is unknown color: approx Brown Bramble. HEX triplet: 56, 32 and 1C. RGB value is (86,50,28). Sum of RGB (Red+Green+Blue) = 86+50+28=164 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.44% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 28 (11.33% from 255 or 17.07% from 164); Max value from RGB is 86 - color contains mainly: red. Hex color #56321C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56321C is #A9CDE3. Grayscale: #3A3A3A. Windows color (decimal): -11128292 or 1847894. OLE color: 1847894.

HSL color Cylindrical-coordinate representation of color #56321C: hue angle of 22.76º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #56321C is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB865028-
CMYK00.420.670.66
HSL22.76º50.88%22.35%-
HSV(B)22.76º67.44%33.73%-
XYZ5.194.341.66-
YUV58.26110.93147.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.44%
GREEN value IS 50 (19.92% from 255) = 30.49%
BLUE value IS 28 (11.33% from 255) = 17.07%
R=52.44%
G=30.49%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86502800.420.670.6622.7650.8822.35
Hex56321C02A4342173316
Octal1266234052103102276326
Binary1010110110010111000101010100001110000101011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56321C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56321C; }

 p { color: rgb(86,50,28); }

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

<style>
 a { background-color: #56321C; }

 a { background-color: rgb(86,50,28); }

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

<style>
 span { border-color: #56321C; }

 span { border-color: rgb(86,50,28); }

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