#70563B

Color #70563B Shingle Fawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shingle Fawn #70563B

Tints of Shingle Fawn #70563B

Color information

#70563B (or 0x70563B) is unknown color: approx Shingle Fawn. HEX triplet: 70, 56 and 3B. RGB value is (112,86,59). Sum of RGB (Red+Green+Blue) = 112+86+59=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 59 (23.44% from 255 or 22.96% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #70563B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70563B is #8FA9C4. Grayscale: #5A5A5A. Windows color (decimal): -9415109 or 3888752. OLE color: 3888752.

HSL color Cylindrical-coordinate representation of color #70563B: hue angle of 30.57º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70563B is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB1128659-
CMYK00.230.470.56
HSL30.57º30.99%33.53%-
HSV(B)30.57º47.32%43.92%-
XYZ10.810.425.58-
YUV90.7110.11143.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.58%
GREEN value IS 86 (33.98% from 255) = 33.46%
BLUE value IS 59 (23.44% from 255) = 22.96%
R=43.58%
G=33.46%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112865900.230.470.5630.5730.9933.53
Hex70563B0172F381f1f22
Octal160126730275770373742
Binary111000010101101110110101111011111110001111111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70563B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,86,59); }

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

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

 a { background-color: rgb(112,86,59); }

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

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

 span { border-color: rgb(112,86,59); }

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