#562B1B

Color #562B1B Indian Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indian Tan #562B1B

Tints of Indian Tan #562B1B

Color information

#562B1B (or 0x562B1B) is unknown color: approx Indian Tan. HEX triplet: 56, 2B and 1B. RGB value is (86,43,27). Sum of RGB (Red+Green+Blue) = 86+43+27=156 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.13% from 156); Green value is 43 (17.19% from 255 or 27.56% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 86 - color contains mainly: red. Hex color #562B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562B1B is #A9D4E4. Grayscale: #363636. Windows color (decimal): -11130085 or 1780566. OLE color: 1780566.

HSL color Cylindrical-coordinate representation of color #562B1B: hue angle of 16.27º 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 #562B1B is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.66.

Color convert

RGB864327-
CMYK00.500.690.66
HSL16.27º52.21%22.16%-
HSV(B)16.27º68.6%33.73%-
XYZ4.93.791.51-
YUV54.03112.75150.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.13%
GREEN value IS 43 (17.19% from 255) = 27.56%
BLUE value IS 27 (10.94% from 255) = 17.31%
R=55.13%
G=27.56%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.69
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86432700.500.690.6616.2752.2122.16
Hex562B1B0324542103416
Octal1265333062105102206426
Binary1010110101011110110110010100010110000101000011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562B1B; }

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

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

<style>
 a { background-color: #562B1B; }

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

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

<style>
 span { border-color: #562B1B; }

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

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