#705427

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

Shades of Horses Neck #705427

Tints of Horses Neck #705427

Color information

#705427 (or 0x705427) is unknown color: approx Horses Neck. HEX triplet: 70, 54 and 27. RGB value is (112,84,39). Sum of RGB (Red+Green+Blue) = 112+84+39=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 39 (15.62% from 255 or 16.60% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #705427 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705427 is #8FABD8. Grayscale: #575757. Windows color (decimal): -9415641 or 2577520. OLE color: 2577520.

HSL color Cylindrical-coordinate representation of color #705427: hue angle of 36.99º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #705427 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB1128439-
CMYK00.250.650.56
HSL36.99º48.34%29.61%-
HSV(B)36.99º65.18%43.92%-
XYZ10.229.933.3-
YUV87.24100.78145.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.66%
GREEN value IS 84 (33.20% from 255) = 35.74%
BLUE value IS 39 (15.62% from 255) = 16.60%
R=47.66%
G=35.74%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112843900.250.650.5636.9948.3429.61
Hex705427019413825301e
Octal1601244703110170456036
Binary11100001010100100111011001100000111100010010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705427; }

 p { color: rgb(112,84,39); }

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

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

 a { background-color: rgb(112,84,39); }

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

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

 span { border-color: rgb(112,84,39); }

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