#705830

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

Shades of Horses Neck #705830

Tints of Horses Neck #705830

Color information

#705830 (or 0x705830) is unknown color: approx Horses Neck. HEX triplet: 70, 58 and 30. RGB value is (112,88,48). Sum of RGB (Red+Green+Blue) = 112+88+48=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 48 (19.14% from 255 or 19.35% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #705830 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705830 is #8FA7CF. Grayscale: #5A5A5A. Windows color (decimal): -9414608 or 3168368. OLE color: 3168368.

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

Color convert

RGB1128848-
CMYK00.210.570.56
HSL37.5º40%31.37%-
HSV(B)37.5º57.14%43.92%-
XYZ10.7110.644.29-
YUV90.62103.95143.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.16%
GREEN value IS 88 (34.77% from 255) = 35.48%
BLUE value IS 48 (19.14% from 255) = 19.35%
R=45.16%
G=35.48%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112884800.210.570.5637.54031.37
Hex705830015393826281f
Octal160130600257170465037
Binary1110000101100011000001010111100111100010011010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705830; }

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

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

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

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

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

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

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

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