Html Css Color HEX #705939 Shingle Fawn

📋 copy color: '#705939'

red 112 ◦ green 89 ◦ blue 57

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

Shades of Shingle Fawn #705939

Tints of Shingle Fawn #705939

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.5%

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

R = 43.41%
G = 34.5%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#705939 (or 0x705939) is known color: Shingle Fawn. HEX triplet: 70, 59 and 39. RGB value is (112,89,57). Sum of RGB (Red+Green+Blue) = 112+89+57=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 57 (22.66% from 255 or 22.09% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #705939 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705939 is #8FA6C6. Grayscale: #5C5C5C. Windows color (decimal): -9414343 or 3758448. OLE color: 3758448.

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

Color convert

RGB 112 89 57 -
CMYK 0 0.21 0.49 0.56
HSL 34.91º 0.33% 0.33% -
HSV(B) 34.91º 0.49% 0.44% -
XYZ 10.99 10.88 5.39 -
YUV 92.23 108.12 142.1 -
System Red Green Blue C M Y K H S L
Decimal 112 89 57 0 0.21 0.49 0.56 34.91 0.33 0.33
Hex 70 59 39 0 15 31 38 23 21 21
Octal 160 131 71 0 25 61 70 43 41 41
Binary 1110000 1011001 111001 0 10101 110001 111000 100011 100001 100001

Color Harmonies of #705939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705939

Black with #705939

Text Example


Text Example

White with #705939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705939; }

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

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

background-color css

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

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

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

border-color css

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

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

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