#705832

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

Shades of Horses Neck #705832

Tints of Horses Neck #705832

Color information

#705832 (or 0x705832) is unknown color: approx Horses Neck. HEX triplet: 70, 58 and 32. RGB value is (112,88,50). Sum of RGB (Red+Green+Blue) = 112+88+50=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #705832 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705832 is #8FA7CD. Grayscale: #5B5B5B. Windows color (decimal): -9414606 or 3299440. OLE color: 3299440.

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

Color convert

RGB1128850-
CMYK00.210.550.56
HSL36.77º38.27%31.76%-
HSV(B)36.77º55.36%43.92%-
XYZ10.7510.654.51-
YUV90.84104.95143.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.8%
GREEN value IS 88 (34.77% from 255) = 35.2%
BLUE value IS 50 (19.92% from 255) = 20%
R=44.8%
G=35.2%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112885000.210.550.5636.7738.2731.76
Hex7058320153738252620
Octal160130620256770454640
Binary11100001011000110010010101110111111000100101100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705832; }

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

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

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

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

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

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

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

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