Html Css Color HEX #705835 Shingle Fawn

📋 copy color: '#705835'

red 112 ◦ green 88 ◦ blue 53

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

Shades of Shingle Fawn #705835

Tints of Shingle Fawn #705835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.95%

R = 44.27%
G = 34.78%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#705835 (or 0x705835) is known color: Shingle Fawn. HEX triplet: 70, 58 and 35. RGB value is (112,88,53). Sum of RGB (Red+Green+Blue) = 112+88+53=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 53 (21.09% from 255 or 20.95% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #705835 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705835 is #8FA7CA. Grayscale: #5B5B5B. Windows color (decimal): -9414603 or 3496048. OLE color: 3496048.

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

Color convert

RGB 112 88 53 -
CMYK 0 0.21 0.53 0.56
HSL 35.59º 0.36% 0.32% -
HSV(B) 35.59º 0.53% 0.44% -
XYZ 10.81 10.68 4.86 -
YUV 91.19 106.45 142.85 -
System Red Green Blue C M Y K H S L
Decimal 112 88 53 0 0.21 0.53 0.56 35.59 0.36 0.32
Hex 70 58 35 0 15 35 38 24 24 20
Octal 160 130 65 0 25 65 70 44 44 40
Binary 1110000 1011000 110101 0 10101 110101 111000 100100 100100 100000

Color Harmonies of #705835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705835

Black with #705835

Text Example


Text Example

White with #705835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705835; }

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

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

background-color css

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

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

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

border-color css

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

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

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