#705733

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

Shades of Shingle Fawn #705733

Tints of Shingle Fawn #705733

Color information

#705733 (or 0x705733) is unknown color: approx Shingle Fawn. HEX triplet: 70, 57 and 33. RGB value is (112,87,51). Sum of RGB (Red+Green+Blue) = 112+87+51=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 51 (20.31% from 255 or 20.4% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #705733 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705733 is #8FA8CC. Grayscale: #5A5A5A. Windows color (decimal): -9414861 or 3364720. OLE color: 3364720.

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

Color convert

RGB1128751-
CMYK00.220.540.56
HSL35.41º37.42%31.96%-
HSV(B)35.41º54.46%43.92%-
XYZ10.6910.54.6-
YUV90.37105.78143.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.8%
GREEN value IS 87 (34.38% from 255) = 34.8%
BLUE value IS 51 (20.31% from 255) = 20.4%
R=44.8%
G=34.8%
B=20.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112875100.220.540.5635.4137.4231.96
Hex7057330163638232520
Octal160127630266670434540
Binary11100001010111110011010110110110111000100011100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705733; }

 p { color: rgb(112,87,51); }

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

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

 a { background-color: rgb(112,87,51); }

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

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

 span { border-color: rgb(112,87,51); }

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