#70583B

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

Shades of Shingle Fawn #70583B

Tints of Shingle Fawn #70583B

Color information

#70583B (or 0x70583B) is unknown color: approx Shingle Fawn. HEX triplet: 70, 58 and 3B. RGB value is (112,88,59). Sum of RGB (Red+Green+Blue) = 112+88+59=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 59 (23.44% from 255 or 22.78% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #70583B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70583B is #8FA7C4. Grayscale: #5C5C5C. Windows color (decimal): -9414597 or 3889264. OLE color: 3889264.

HSL color Cylindrical-coordinate representation of color #70583B: hue angle of 32.83º 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 #70583B is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB1128859-
CMYK00.210.470.56
HSL32.83º30.99%33.53%-
HSV(B)32.83º47.32%43.92%-
XYZ10.9610.745.63-
YUV91.87109.45142.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.24%
GREEN value IS 88 (34.77% from 255) = 33.98%
BLUE value IS 59 (23.44% from 255) = 22.78%
R=43.24%
G=33.98%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112885900.210.470.5632.8330.9933.53
Hex70583B0152F38211f22
Octal160130730255770413742
Binary1110000101100011101101010110111111100010000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70583B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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