Html Css Color HEX #70583C Shingle Fawn

📋 copy color: '#70583C'

red 112 ◦ green 88 ◦ blue 60

#70583C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shingle Fawn #70583C

Tints of Shingle Fawn #70583C

RGB

 RED value IS 112 (44.14% from 255) = 43.08%

 GREEN value IS 88 (34.77% from 255) = 33.85%

 BLUE value IS 60 (23.83% from 255) = 23.08%

R = 43.08%
G = 33.85%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#70583C (or 0x70583C) is known color: Shingle Fawn. HEX triplet: 70, 58 and 3C. RGB value is (112,88,60). Sum of RGB (Red+Green+Blue) = 112+88+60=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #70583C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70583C is #8FA7C3. Grayscale: #5C5C5C. Windows color (decimal): -9414596 or 3954800. OLE color: 3954800.

HSL color Cylindrical-coordinate representation of color #70583C: hue angle of 32.31º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70583C is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 88 60 -
CMYK 0 0.21 0.46 0.56
HSL 32.31º 0.3% 0.34% -
HSV(B) 32.31º 0.46% 0.44% -
XYZ 10.99 10.75 5.77 -
YUV 91.98 109.95 142.28 -
System Red Green Blue C M Y K H S L
Decimal 112 88 60 0 0.21 0.46 0.56 32.31 0.3 0.34
Hex 70 58 3C 0 15 2E 38 20 1E 22
Octal 160 130 74 0 25 56 70 40 36 42
Binary 1110000 1011000 111100 0 10101 101110 111000 100000 11110 100010

Color Harmonies of #70583C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70583C

Black with #70583C

Text Example


Text Example

White with #70583C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70583C;
 }
 .AnyTagClassName
 {
   color: #70583C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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