#70581F

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

Shades of Horses Neck #70581F

Tints of Horses Neck #70581F

Color information

#70581F (or 0x70581F) is unknown color: approx Horses Neck. HEX triplet: 70, 58 and 1F. RGB value is (112,88,31). Sum of RGB (Red+Green+Blue) = 112+88+31=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 31 (12.5% from 255 or 13.42% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #70581F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70581F is #8FA7E0. Grayscale: #585858. Windows color (decimal): -9414625 or 2054256. OLE color: 2054256.

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

Color convert

RGB1128831-
CMYK00.210.720.56
HSL42.22º56.64%28.04%-
HSV(B)42.22º72.32%43.92%-
XYZ10.4210.522.78-
YUV88.6895.45144.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.48%
GREEN value IS 88 (34.77% from 255) = 38.10%
BLUE value IS 31 (12.5% from 255) = 13.42%
R=48.48%
G=38.10%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112883100.210.720.5642.2256.6428.04
Hex70581F01548382a391c
Octal1601303702511070527134
Binary1110000101100011111010101100100011100010101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70581F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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