#70563A

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

Shades of Shingle Fawn #70563A

Tints of Shingle Fawn #70563A

Color information

#70563A (or 0x70563A) is unknown color: approx Shingle Fawn. HEX triplet: 70, 56 and 3A. RGB value is (112,86,58). Sum of RGB (Red+Green+Blue) = 112+86+58=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #70563A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70563A is #8FA9C5. Grayscale: #5A5A5A. Windows color (decimal): -9415110 or 3823216. OLE color: 3823216.

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

Color convert

RGB1128658-
CMYK00.230.480.56
HSL31.11º31.76%33.33%-
HSV(B)31.11º48.21%43.92%-
XYZ10.7710.415.44-
YUV90.58109.61143.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.75%
GREEN value IS 86 (33.98% from 255) = 33.59%
BLUE value IS 58 (23.05% from 255) = 22.66%
R=43.75%
G=33.59%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112865800.230.480.5631.1131.7633.33
Hex70563A01730381f2021
Octal160126720276070374041
Binary1110000101011011101001011111000011100011111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70563A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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