Html Css Color HEX #705C39 Shingle Fawn

📋 copy color: '#705C39'

red 112 ◦ green 92 ◦ blue 57

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

Shades of Shingle Fawn #705C39

Tints of Shingle Fawn #705C39

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.25%

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

R = 42.91%
G = 35.25%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#705C39 (or 0x705C39) is known color: Shingle Fawn. HEX triplet: 70, 5C and 39. RGB value is (112,92,57). Sum of RGB (Red+Green+Blue) = 112+92+57=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 57 (22.66% from 255 or 21.84% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #705C39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705C39 is #8FA3C6. Grayscale: #5E5E5E. Windows color (decimal): -9413575 or 3759216. OLE color: 3759216.

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

Color convert

RGB 112 92 57 -
CMYK 0 0.18 0.49 0.56
HSL 38.18º 0.33% 0.33% -
HSV(B) 38.18º 0.49% 0.44% -
XYZ 11.25 11.39 5.48 -
YUV 93.99 107.13 140.85 -
System Red Green Blue C M Y K H S L
Decimal 112 92 57 0 0.18 0.49 0.56 38.18 0.33 0.33
Hex 70 5C 39 0 12 31 38 26 21 21
Octal 160 134 71 0 22 61 70 46 41 41
Binary 1110000 1011100 111001 0 10010 110001 111000 100110 100001 100001

Color Harmonies of #705C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705C39

Black with #705C39

Text Example


Text Example

White with #705C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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