Html Css Color HEX #705336 Shingle Fawn

📋 copy color: '#705336'

red 112 ◦ green 83 ◦ blue 54

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

Shades of Shingle Fawn #705336

Tints of Shingle Fawn #705336

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.33%

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

R = 44.98%
G = 33.33%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#705336 (or 0x705336) is known color: Shingle Fawn. HEX triplet: 70, 53 and 36. RGB value is (112,83,54). Sum of RGB (Red+Green+Blue) = 112+83+54=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #705336 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705336 is #8FACC9. Grayscale: #585858. Windows color (decimal): -9415882 or 3560304. OLE color: 3560304.

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

Color convert

RGB 112 83 54 -
CMYK 0 0.26 0.52 0.56
HSL 30º 0.35% 0.33% -
HSV(B) 30º 0.52% 0.44% -
XYZ 10.44 9.9 4.85 -
YUV 88.37 108.61 144.86 -
System Red Green Blue C M Y K H S L
Decimal 112 83 54 0 0.26 0.52 0.56 30 0.35 0.33
Hex 70 53 36 0 1A 34 38 1E 23 21
Octal 160 123 66 0 32 64 70 36 43 41
Binary 1110000 1010011 110110 0 11010 110100 111000 11110 100011 100001

Color Harmonies of #705336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705336

Black with #705336

Text Example


Text Example

White with #705336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705336; }

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

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

background-color css

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

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

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

border-color css

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

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

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