#56321B

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

Shades of Brown Bramble #56321B

Tints of Brown Bramble #56321B

Color information

#56321B (or 0x56321B) is unknown color: approx Brown Bramble. HEX triplet: 56, 32 and 1B. RGB value is (86,50,27). Sum of RGB (Red+Green+Blue) = 86+50+27=163 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.76% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 86 - color contains mainly: red. Hex color #56321B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56321B is #A9CDE4. Grayscale: #3A3A3A. Windows color (decimal): -11128293 or 1782358. OLE color: 1782358.

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

Color convert

RGB865027-
CMYK00.420.690.66
HSL23.39º52.21%22.16%-
HSV(B)23.39º68.6%33.73%-
XYZ5.184.341.6-
YUV58.14110.43147.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.76%
GREEN value IS 50 (19.92% from 255) = 30.67%
BLUE value IS 27 (10.94% from 255) = 16.56%
R=52.76%
G=30.67%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86502700.420.690.6623.3952.2122.16
Hex56321B02A4542173416
Octal1266233052105102276426
Binary1010110110010110110101010100010110000101011111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56321B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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