Html Css Color HEX #705934 Shingle Fawn

📋 copy color: '#705934'

red 112 ◦ green 89 ◦ blue 52

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

Shades of Shingle Fawn #705934

Tints of Shingle Fawn #705934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.55%

R = 44.27%
G = 35.18%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#705934 (or 0x705934) is known color: Shingle Fawn. HEX triplet: 70, 59 and 34. RGB value is (112,89,52). Sum of RGB (Red+Green+Blue) = 112+89+52=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 52 (20.70% from 255 or 20.55% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #705934 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705934 is #8FA6CB. Grayscale: #5B5B5B. Windows color (decimal): -9414348 or 3430768. OLE color: 3430768.

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

Color convert

RGB 112 89 52 -
CMYK 0 0.21 0.54 0.56
HSL 37º 0.37% 0.32% -
HSV(B) 37º 0.54% 0.44% -
XYZ 10.87 10.84 4.77 -
YUV 91.66 105.62 142.51 -
System Red Green Blue C M Y K H S L
Decimal 112 89 52 0 0.21 0.54 0.56 37 0.37 0.32
Hex 70 59 34 0 15 36 38 25 25 20
Octal 160 131 64 0 25 66 70 45 45 40
Binary 1110000 1011001 110100 0 10101 110110 111000 100101 100101 100000

Color Harmonies of #705934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705934

Black with #705934

Text Example


Text Example

White with #705934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705934; }

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

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

background-color css

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

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

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

border-color css

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

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

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