#705B33

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

Shades of Horses Neck #705B33

Tints of Horses Neck #705B33

Color information

#705B33 (or 0x705B33) is unknown color: approx Horses Neck. HEX triplet: 70, 5B and 33. RGB value is (112,91,51). Sum of RGB (Red+Green+Blue) = 112+91+51=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 51 (20.31% from 255 or 20.08% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #705B33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705B33 is #8FA4CC. Grayscale: #5C5C5C. Windows color (decimal): -9413837 or 3365744. OLE color: 3365744.

HSL color Cylindrical-coordinate representation of color #705B33: hue angle of 39.34º 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 #705B33 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB1129151-
CMYK00.190.540.56
HSL39.34º37.42%31.96%-
HSV(B)39.34º54.46%43.92%-
XYZ11.0211.174.71-
YUV92.72104.46141.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.09%
GREEN value IS 91 (35.94% from 255) = 35.83%
BLUE value IS 51 (20.31% from 255) = 20.08%
R=44.09%
G=35.83%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112915100.190.540.5639.3437.4231.96
Hex705B330133638272520
Octal160133630236670474540
Binary11100001011011110011010011110110111000100111100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705B33; }

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

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

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

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

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

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

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

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