#705821

Color #705821 Horses Neck (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Horses Neck #705821

Tints of Horses Neck #705821

Color information

#705821 (or 0x705821) is unknown color: approx Horses Neck. HEX triplet: 70, 58 and 21. RGB value is (112,88,33). Sum of RGB (Red+Green+Blue) = 112+88+33=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 33 (13.28% from 255 or 14.16% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #705821 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705821 is #8FA7DE. Grayscale: #595959. Windows color (decimal): -9414623 or 2185328. OLE color: 2185328.

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

Color convert

RGB1128833-
CMYK00.210.710.56
HSL41.77º54.48%28.43%-
HSV(B)41.77º70.54%43.92%-
XYZ10.4510.532.92-
YUV88.9196.45144.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.07%
GREEN value IS 88 (34.77% from 255) = 37.77%
BLUE value IS 33 (13.28% from 255) = 14.16%
R=48.07%
G=37.77%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112883300.210.710.5641.7754.4828.43
Hex70582101547382a361c
Octal1601304102510770526634
Binary11100001011000100001010101100011111100010101011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705821; }

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

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

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

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

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

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

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

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