Html Css Color HEX #705A3C Shingle Fawn

📋 copy color: '#705A3C'

red 112 ◦ green 90 ◦ blue 60

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

Shades of Shingle Fawn #705A3C

Tints of Shingle Fawn #705A3C

RGB

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

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

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

R = 42.75%
G = 34.35%
B = 22.9%

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

#705A3C (or 0x705A3C) is known color: Shingle Fawn. HEX triplet: 70, 5A and 3C. RGB value is (112,90,60). Sum of RGB (Red+Green+Blue) = 112+90+60=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 90 (35.55% from 255 or 34.35% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 112 - color contains mainly: red. Hex color #705A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705A3C is #8FA5C3. Grayscale: #5D5D5D. Windows color (decimal): -9414084 or 3955312. OLE color: 3955312.

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

Color convert

RGB 112 90 60 -
CMYK 0 0.20 0.46 0.56
HSL 34.62º 0.3% 0.34% -
HSV(B) 34.62º 0.46% 0.44% -
XYZ 11.15 11.08 5.83 -
YUV 93.16 109.29 141.44 -
System Red Green Blue C M Y K H S L
Decimal 112 90 60 0 0.20 0.46 0.56 34.62 0.3 0.34
Hex 70 5A 3C 0 14 2E 38 23 1E 22
Octal 160 132 74 0 24 56 70 43 36 42
Binary 1110000 1011010 111100 0 10100 101110 111000 100011 11110 100010

Color Harmonies of #705A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705A3C

Black with #705A3C

Text Example


Text Example

White with #705A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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