Html Css Color HEX #705937 Shingle Fawn

📋 copy color: '#705937'

red 112 ◦ green 89 ◦ blue 55

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

Shades of Shingle Fawn #705937

Tints of Shingle Fawn #705937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 21.48%

R = 43.75%
G = 34.77%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#705937 (or 0x705937) is known color: Shingle Fawn. HEX triplet: 70, 59 and 37. RGB value is (112,89,55). Sum of RGB (Red+Green+Blue) = 112+89+55=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 55 (21.88% from 255 or 21.48% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #705937 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705937 is #8FA6C8. Grayscale: #5C5C5C. Windows color (decimal): -9414345 or 3627376. OLE color: 3627376.

HSL color Cylindrical-coordinate representation of color #705937: hue angle of 35.79º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #705937 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 89 55 -
CMYK 0 0.21 0.51 0.56
HSL 35.79º 0.34% 0.33% -
HSV(B) 35.79º 0.51% 0.44% -
XYZ 10.94 10.87 5.13 -
YUV 92 107.12 142.26 -
System Red Green Blue C M Y K H S L
Decimal 112 89 55 0 0.21 0.51 0.56 35.79 0.34 0.33
Hex 70 59 37 0 15 33 38 24 22 21
Octal 160 131 67 0 25 63 70 44 42 41
Binary 1110000 1011001 110111 0 10101 110011 111000 100100 100010 100001

Color Harmonies of #705937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705937

Black with #705937

Text Example


Text Example

White with #705937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705937; }

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

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

background-color css

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

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

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

border-color css

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

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

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