#70583A

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

Shades of Shingle Fawn #70583A

Tints of Shingle Fawn #70583A

Color information

#70583A (or 0x70583A) is unknown color: approx Shingle Fawn. HEX triplet: 70, 58 and 3A. RGB value is (112,88,58). Sum of RGB (Red+Green+Blue) = 112+88+58=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 58 (23.05% from 255 or 22.48% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #70583A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70583A is #8FA7C5. Grayscale: #5B5B5B. Windows color (decimal): -9414598 or 3823728. OLE color: 3823728.

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

Color convert

RGB1128858-
CMYK00.210.480.56
HSL33.33º31.76%33.33%-
HSV(B)33.33º48.21%43.92%-
XYZ10.9410.735.5-
YUV91.76108.95142.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.41%
GREEN value IS 88 (34.77% from 255) = 34.11%
BLUE value IS 58 (23.05% from 255) = 22.48%
R=43.41%
G=34.11%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112885800.210.480.5633.3331.7633.33
Hex70583A0153038212021
Octal160130720256070414041
Binary11100001011000111010010101110000111000100001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70583A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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