Html Css Color HEX #705638 Shingle Fawn

📋 copy color: '#705638'

red 112 ◦ green 86 ◦ blue 56

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

Shades of Shingle Fawn #705638

Tints of Shingle Fawn #705638

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.86%

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

R = 44.09%
G = 33.86%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#705638 (or 0x705638) is known color: Shingle Fawn. HEX triplet: 70, 56 and 38. RGB value is (112,86,56). Sum of RGB (Red+Green+Blue) = 112+86+56=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 56 (22.27% from 255 or 22.05% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #705638 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705638 is #8FA9C7. Grayscale: #5A5A5A. Windows color (decimal): -9415112 or 3692144. OLE color: 3692144.

HSL color Cylindrical-coordinate representation of color #705638: hue angle of 32.14º 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 #705638 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 86 56 -
CMYK 0 0.23 0.50 0.56
HSL 32.14º 0.33% 0.33% -
HSV(B) 32.14º 0.5% 0.44% -
XYZ 10.72 10.39 5.18 -
YUV 90.35 108.61 143.44 -
System Red Green Blue C M Y K H S L
Decimal 112 86 56 0 0.23 0.50 0.56 32.14 0.33 0.33
Hex 70 56 38 0 17 32 38 20 21 21
Octal 160 126 70 0 27 62 70 40 41 41
Binary 1110000 1010110 111000 0 10111 110010 111000 100000 100001 100001

Color Harmonies of #705638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705638

Black with #705638

Text Example


Text Example

White with #705638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705638; }

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

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

background-color css

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

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

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

border-color css

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

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

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