#705336

Color #705336 Shingle Fawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shingle Fawn #705336

Tints of Shingle Fawn #705336

Color information

#705336 (or 0x705336) is unknown color: approx 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

RGB1128354-
CMYK00.260.520.56
HSL30º34.94%32.55%-
HSV(B)30º51.79%43.92%-
XYZ10.449.94.85-
YUV88.36108.61144.86-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112835400.260.520.563034.9432.55
Hex70533601A34381e2321
Octal160123660326470364341
Binary1110000101001111011001101011010011100011110100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>