Html Css Color HEX #705C38 Shingle Fawn

📋 copy color: '#705C38'

red 112 ◦ green 92 ◦ blue 56

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

Shades of Shingle Fawn #705C38

Tints of Shingle Fawn #705C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.54%

R = 43.08%
G = 35.38%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#705C38 (or 0x705C38) is known color: Shingle Fawn. HEX triplet: 70, 5C and 38. RGB value is (112,92,56). Sum of RGB (Red+Green+Blue) = 112+92+56=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 92 (36.33% from 255 or 35.38% from 260); Blue value is 56 (22.27% from 255 or 21.54% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #705C38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705C38 is #8FA3C7. Grayscale: #5E5E5E. Windows color (decimal): -9413576 or 3693680. OLE color: 3693680.

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

Color convert

RGB 112 92 56 -
CMYK 0 0.18 0.50 0.56
HSL 38.57º 0.33% 0.33% -
HSV(B) 38.57º 0.5% 0.44% -
XYZ 11.22 11.38 5.35 -
YUV 93.88 106.63 140.93 -
System Red Green Blue C M Y K H S L
Decimal 112 92 56 0 0.18 0.50 0.56 38.57 0.33 0.33
Hex 70 5C 38 0 12 32 38 27 21 21
Octal 160 134 70 0 22 62 70 47 41 41
Binary 1110000 1011100 111000 0 10010 110010 111000 100111 100001 100001

Color Harmonies of #705C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705C38

Black with #705C38

Text Example


Text Example

White with #705C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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