Html Css Color HEX #705B39 Shingle Fawn

📋 copy color: '#705B39'

red 112 ◦ green 91 ◦ blue 57

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

Shades of Shingle Fawn #705B39

Tints of Shingle Fawn #705B39

RGB

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

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

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

R = 43.08%
G = 35%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#705B39 (or 0x705B39) is known color: Shingle Fawn. HEX triplet: 70, 5B and 39. RGB value is (112,91,57). Sum of RGB (Red+Green+Blue) = 112+91+57=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 57 (22.66% from 255 or 21.92% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #705B39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705B39 is #8FA4C6. Grayscale: #5D5D5D. Windows color (decimal): -9413831 or 3758960. OLE color: 3758960.

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

Color convert

RGB 112 91 57 -
CMYK 0 0.19 0.49 0.56
HSL 37.09º 0.33% 0.33% -
HSV(B) 37.09º 0.49% 0.44% -
XYZ 11.16 11.22 5.45 -
YUV 93.4 107.46 141.26 -
System Red Green Blue C M Y K H S L
Decimal 112 91 57 0 0.19 0.49 0.56 37.09 0.33 0.33
Hex 70 5B 39 0 13 31 38 25 21 21
Octal 160 133 71 0 23 61 70 45 41 41
Binary 1110000 1011011 111001 0 10011 110001 111000 100101 100001 100001

Color Harmonies of #705B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705B39

Black with #705B39

Text Example


Text Example

White with #705B39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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