#705A32

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

Shades of Horses Neck #705A32

Tints of Horses Neck #705A32

Color information

#705A32 (or 0x705A32) is unknown color: approx Horses Neck. HEX triplet: 70, 5A and 32. RGB value is (112,90,50). Sum of RGB (Red+Green+Blue) = 112+90+50=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #705A32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705A32 is #8FA5CD. Grayscale: #5C5C5C. Windows color (decimal): -9414094 or 3299952. OLE color: 3299952.

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

Color convert

RGB1129050-
CMYK00.200.550.56
HSL38.71º38.27%31.76%-
HSV(B)38.71º55.36%43.92%-
XYZ10.9110.994.56-
YUV92.02104.29142.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.44%
GREEN value IS 90 (35.55% from 255) = 35.71%
BLUE value IS 50 (19.92% from 255) = 19.84%
R=44.44%
G=35.71%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112905000.200.550.5638.7138.2731.76
Hex705A320143738272620
Octal160132620246770474640
Binary11100001011010110010010100110111111000100111100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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