Html Css Color HEX #705A3D Shingle Fawn

📋 copy color: '#705A3D'

red 112 ◦ green 90 ◦ blue 61

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

Shades of Shingle Fawn #705A3D

Tints of Shingle Fawn #705A3D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.22%

 BLUE value IS 61 (24.22% from 255) = 23.19%

R = 42.59%
G = 34.22%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#705A3D (or 0x705A3D) is known color: Shingle Fawn. HEX triplet: 70, 5A and 3D. RGB value is (112,90,61). Sum of RGB (Red+Green+Blue) = 112+90+61=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 112 - color contains mainly: red. Hex color #705A3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705A3D is #8FA5C2. Grayscale: #5D5D5D. Windows color (decimal): -9414083 or 4020848. OLE color: 4020848.

HSL color Cylindrical-coordinate representation of color #705A3D: hue angle of 34.12º degrees, saturation: 0.29, 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 #705A3D is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 90 61 -
CMYK 0 0.20 0.46 0.56
HSL 34.12º 0.29% 0.34% -
HSV(B) 34.12º 0.46% 0.44% -
XYZ 11.18 11.09 5.97 -
YUV 93.27 109.79 141.36 -
System Red Green Blue C M Y K H S L
Decimal 112 90 61 0 0.20 0.46 0.56 34.12 0.29 0.34
Hex 70 5A 3D 0 14 2E 38 22 1D 22
Octal 160 132 75 0 24 56 70 42 35 42
Binary 1110000 1011010 111101 0 10100 101110 111000 100010 11101 100010

Color Harmonies of #705A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705A3D

Black with #705A3D

Text Example


Text Example

White with #705A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705A3D; }

 p { color: rgb(112,90,61); }

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

background-color css

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

 a { background-color: rgb(112,90,61); }

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

border-color css

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

 span { border-color: rgb(112,90,61); }

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