Html Css Color HEX #705A39 Shingle Fawn

📋 copy color: '#705A39'

red 112 ◦ green 90 ◦ blue 57

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

Shades of Shingle Fawn #705A39

Tints of Shingle Fawn #705A39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.01%

R = 43.24%
G = 34.75%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#705A39 (or 0x705A39) is known color: Shingle Fawn. HEX triplet: 70, 5A and 39. RGB value is (112,90,57). Sum of RGB (Red+Green+Blue) = 112+90+57=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 57 (22.66% from 255 or 22.01% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #705A39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705A39 is #8FA5C6. Grayscale: #5C5C5C. Windows color (decimal): -9414087 or 3758704. OLE color: 3758704.

HSL color Cylindrical-coordinate representation of color #705A39: hue angle of 36º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #705A39 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 90 57 -
CMYK 0 0.20 0.49 0.56
HSL 36º 0.33% 0.33% -
HSV(B) 36º 0.49% 0.44% -
XYZ 11.08 11.05 5.42 -
YUV 92.82 107.79 141.68 -
System Red Green Blue C M Y K H S L
Decimal 112 90 57 0 0.20 0.49 0.56 36 0.33 0.33
Hex 70 5A 39 0 14 31 38 24 21 21
Octal 160 132 71 0 24 61 70 44 41 41
Binary 1110000 1011010 111001 0 10100 110001 111000 100100 100001 100001

Color Harmonies of #705A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705A39

Black with #705A39

Text Example


Text Example

White with #705A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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