#705826

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

Shades of Horses Neck #705826

Tints of Horses Neck #705826

Color information

#705826 (or 0x705826) is unknown color: approx Horses Neck. HEX triplet: 70, 58 and 26. RGB value is (112,88,38). Sum of RGB (Red+Green+Blue) = 112+88+38=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 38 (15.23% from 255 or 15.97% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #705826 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705826 is #8FA7D9. Grayscale: #595959. Windows color (decimal): -9414618 or 2513008. OLE color: 2513008.

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

Color convert

RGB1128838-
CMYK00.210.660.56
HSL40.54º49.33%29.41%-
HSV(B)40.54º66.07%43.92%-
XYZ10.5210.563.32-
YUV89.4898.95144.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.06%
GREEN value IS 88 (34.77% from 255) = 36.97%
BLUE value IS 38 (15.23% from 255) = 15.97%
R=47.06%
G=36.97%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112883800.210.660.5640.5449.3329.41
Hex705826015423829311d
Octal1601304602510270516135
Binary11100001011000100110010101100001011100010100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705826; }

 p { color: rgb(112,88,38); }

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

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

 a { background-color: rgb(112,88,38); }

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

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

 span { border-color: rgb(112,88,38); }

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