#705523

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

Shades of Horses Neck #705523

Tints of Horses Neck #705523

Color information

#705523 (or 0x705523) is unknown color: approx Horses Neck. HEX triplet: 70, 55 and 23. RGB value is (112,85,35). Sum of RGB (Red+Green+Blue) = 112+85+35=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 35 (14.06% from 255 or 15.09% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #705523 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705523 is #8FAADC. Grayscale: #575757. Windows color (decimal): -9415389 or 2315632. OLE color: 2315632.

HSL color Cylindrical-coordinate representation of color #705523: hue angle of 38.96º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #705523 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB1128535-
CMYK00.240.690.56
HSL38.96º52.38%28.82%-
HSV(B)38.96º68.75%43.92%-
XYZ10.2310.062.99-
YUV87.3798.45145.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.28%
GREEN value IS 85 (33.59% from 255) = 36.64%
BLUE value IS 35 (14.06% from 255) = 15.09%
R=48.28%
G=36.64%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112853500.240.690.5638.9652.3828.82
Hex705523018453827341d
Octal1601254303010570476435
Binary11100001010101100011011000100010111100010011111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705523; }

 p { color: rgb(112,85,35); }

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

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

 a { background-color: rgb(112,85,35); }

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

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

 span { border-color: rgb(112,85,35); }

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