Html Css Color HEX #705836 Shingle Fawn

📋 copy color: '#705836'

red 112 ◦ green 88 ◦ blue 54

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

Shades of Shingle Fawn #705836

Tints of Shingle Fawn #705836

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.65%

 BLUE value IS 54 (21.48% from 255) = 21.26%

R = 44.09%
G = 34.65%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#705836 (or 0x705836) is known color: Shingle Fawn. HEX triplet: 70, 58 and 36. RGB value is (112,88,54). Sum of RGB (Red+Green+Blue) = 112+88+54=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 54 (21.48% from 255 or 21.26% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #705836 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705836 is #8FA7C9. Grayscale: #5B5B5B. Windows color (decimal): -9414602 or 3561584. OLE color: 3561584.

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

Color convert

RGB 112 88 54 -
CMYK 0 0.21 0.52 0.56
HSL 35.17º 0.35% 0.33% -
HSV(B) 35.17º 0.52% 0.44% -
XYZ 10.84 10.69 4.98 -
YUV 91.3 106.95 142.76 -
System Red Green Blue C M Y K H S L
Decimal 112 88 54 0 0.21 0.52 0.56 35.17 0.35 0.33
Hex 70 58 36 0 15 34 38 23 23 21
Octal 160 130 66 0 25 64 70 43 43 41
Binary 1110000 1011000 110110 0 10101 110100 111000 100011 100011 100001

Color Harmonies of #705836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705836

Black with #705836

Text Example


Text Example

White with #705836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705836; }

 p { color: rgb(112,88,54); }

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

background-color css

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

 a { background-color: rgb(112,88,54); }

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

border-color css

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

 span { border-color: rgb(112,88,54); }

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