#705338

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

Shades of Shingle Fawn #705338

Tints of Shingle Fawn #705338

Color information

#705338 (or 0x705338) is unknown color: approx Shingle Fawn. HEX triplet: 70, 53 and 38. RGB value is (112,83,56). Sum of RGB (Red+Green+Blue) = 112+83+56=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 56 (22.27% from 255 or 22.31% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #705338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705338 is #8FACC7. Grayscale: #585858. Windows color (decimal): -9415880 or 3691376. OLE color: 3691376.

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

Color convert

RGB1128356-
CMYK00.260.500.56
HSL28.93º33.33%32.94%-
HSV(B)28.93º50%43.92%-
XYZ10.499.925.1-
YUV88.59109.61144.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.62%
GREEN value IS 83 (32.81% from 255) = 33.07%
BLUE value IS 56 (22.27% from 255) = 22.31%
R=44.62%
G=33.07%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112835600.260.500.5628.9333.3332.94
Hex70533801A32381d2121
Octal160123700326270354141
Binary1110000101001111100001101011001011100011101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705338; }

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

 H1.HeaderClassName
 {
   color: #705338;
 }
 .AnyTagClassName
 {
   color: #705338;
 }
</style>
background-color css

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

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

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

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

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

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