Html Css Color HEX #705B38 Shingle Fawn

📋 copy color: '#705B38'

red 112 ◦ green 91 ◦ blue 56

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

Shades of Shingle Fawn #705B38

Tints of Shingle Fawn #705B38

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.14%

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

R = 43.24%
G = 35.14%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#705B38 (or 0x705B38) is known color: Shingle Fawn. HEX triplet: 70, 5B and 38. RGB value is (112,91,56). Sum of RGB (Red+Green+Blue) = 112+91+56=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 56 (22.27% from 255 or 21.62% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #705B38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705B38 is #8FA4C7. Grayscale: #5D5D5D. Windows color (decimal): -9413832 or 3693424. OLE color: 3693424.

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

Color convert

RGB 112 91 56 -
CMYK 0 0.19 0.50 0.56
HSL 37.5º 0.33% 0.33% -
HSV(B) 37.5º 0.5% 0.44% -
XYZ 11.14 11.21 5.32 -
YUV 93.29 106.96 141.35 -
System Red Green Blue C M Y K H S L
Decimal 112 91 56 0 0.19 0.50 0.56 37.5 0.33 0.33
Hex 70 5B 38 0 13 32 38 26 21 21
Octal 160 133 70 0 23 62 70 46 41 41
Binary 1110000 1011011 111000 0 10011 110010 111000 100110 100001 100001

Color Harmonies of #705B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705B38

Black with #705B38

Text Example


Text Example

White with #705B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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