#705321

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

Shades of Horses Neck #705321

Tints of Horses Neck #705321

Color information

#705321 (or 0x705321) is unknown color: approx Horses Neck. HEX triplet: 70, 53 and 21. RGB value is (112,83,33). Sum of RGB (Red+Green+Blue) = 112+83+33=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 33 (13.28% from 255 or 14.47% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #705321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705321 is #8FACDE. Grayscale: #565656. Windows color (decimal): -9415903 or 2184048. OLE color: 2184048.

HSL color Cylindrical-coordinate representation of color #705321: hue angle of 37.97º 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 #705321 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB1128333-
CMYK00.260.710.56
HSL37.97º54.48%28.43%-
HSV(B)37.97º70.54%43.92%-
XYZ10.059.742.79-
YUV85.9798.11146.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.12%
GREEN value IS 83 (32.81% from 255) = 36.40%
BLUE value IS 33 (13.28% from 255) = 14.47%
R=49.12%
G=36.40%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112833300.260.710.5637.9754.4828.43
Hex70532101A473826361c
Octal1601234103210770466634
Binary11100001010011100001011010100011111100010011011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705321; }

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

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

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

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

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

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

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

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