#705023

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

Shades of Horses Neck #705023

Tints of Horses Neck #705023

Color information

#705023 (or 0x705023) is unknown color: approx Horses Neck. HEX triplet: 70, 50 and 23. RGB value is (112,80,35). Sum of RGB (Red+Green+Blue) = 112+80+35=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 35 (14.06% from 255 or 15.42% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #705023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705023 is #8FAFDC. Grayscale: #545454. Windows color (decimal): -9416669 or 2314352. OLE color: 2314352.

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

Color convert

RGB1128035-
CMYK00.290.690.56
HSL35.06º52.38%28.82%-
HSV(B)35.06º68.75%43.92%-
XYZ9.859.32.87-
YUV84.44100.1147.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.34%
GREEN value IS 80 (31.64% from 255) = 35.24%
BLUE value IS 35 (14.06% from 255) = 15.42%
R=49.34%
G=35.24%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112803500.290.690.5635.0652.3828.82
Hex70502301D453823341d
Octal1601204303510570436435
Binary11100001010000100011011101100010111100010001111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705023; }

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

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

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

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

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

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

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

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