#70582F

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

Shades of Horses Neck #70582F

Tints of Horses Neck #70582F

Color information

#70582F (or 0x70582F) is unknown color: approx Horses Neck. HEX triplet: 70, 58 and 2F. RGB value is (112,88,47). Sum of RGB (Red+Green+Blue) = 112+88+47=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #70582F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70582F is #8FA7D0. Grayscale: #5A5A5A. Windows color (decimal): -9414609 or 3102832. OLE color: 3102832.

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

Color convert

RGB1128847-
CMYK00.210.580.56
HSL37.85º40.88%31.18%-
HSV(B)37.85º58.04%43.92%-
XYZ10.6810.634.18-
YUV90.5103.45143.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.34%
GREEN value IS 88 (34.77% from 255) = 35.63%
BLUE value IS 47 (18.75% from 255) = 19.03%
R=45.34%
G=35.63%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112884700.210.580.5637.8540.8831.18
Hex70582F0153A3826291f
Octal160130570257270465137
Binary1110000101100010111101010111101011100010011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70582F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70582F; }

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

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

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

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

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

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

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

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