Html Css Color HEX #705131 Shingle Fawn

📋 copy color: '#705131'

red 112 ◦ green 81 ◦ blue 49

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

Shades of Shingle Fawn #705131

Tints of Shingle Fawn #705131

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.47%

 BLUE value IS 49 (19.53% from 255) = 20.25%

R = 46.28%
G = 33.47%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#705131 (or 0x705131) is known color: Shingle Fawn. HEX triplet: 70, 51 and 31. RGB value is (112,81,49). Sum of RGB (Red+Green+Blue) = 112+81+49=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #705131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705131 is #8FAECE. Grayscale: #565656. Windows color (decimal): -9416399 or 3232112. OLE color: 3232112.

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

Color convert

RGB 112 81 49 -
CMYK 0 0.28 0.56 0.56
HSL 30.48º 0.39% 0.32% -
HSV(B) 30.48º 0.56% 0.44% -
XYZ 10.18 9.55 4.21 -
YUV 86.62 106.77 146.1 -
System Red Green Blue C M Y K H S L
Decimal 112 81 49 0 0.28 0.56 0.56 30.48 0.39 0.32
Hex 70 51 31 0 1C 38 38 1E 27 20
Octal 160 121 61 0 34 70 70 36 47 40
Binary 1110000 1010001 110001 0 11100 111000 111000 11110 100111 100000

Color Harmonies of #705131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705131

Black with #705131

Text Example


Text Example

White with #705131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705131; }

 p { color: rgb(112,81,49); }

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

background-color css

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

 a { background-color: rgb(112,81,49); }

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

border-color css

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

 span { border-color: rgb(112,81,49); }

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