Html Css Color HEX #70571D Horses Neck

📋 copy color: '#70571D'

red 112 ◦ green 87 ◦ blue 29

#70571D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Horses Neck #70571D

Tints of Horses Neck #70571D

RGB

 RED value IS 112 (44.14% from 255) = 49.12%

 GREEN value IS 87 (34.38% from 255) = 38.16%

 BLUE value IS 29 (11.72% from 255) = 12.72%

R = 49.12%
G = 38.16%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#70571D (or 0x70571D) is known color: Horses Neck. HEX triplet: 70, 57 and 1D. RGB value is (112,87,29). Sum of RGB (Red+Green+Blue) = 112+87+29=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 87 (34.38% from 255 or 38.16% from 228); Blue value is 29 (11.72% from 255 or 12.72% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #70571D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70571D is #8FA8E2. Grayscale: #585858. Windows color (decimal): -9414883 or 1922928. OLE color: 1922928.

HSL color Cylindrical-coordinate representation of color #70571D: hue angle of 41.93º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #70571D is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 87 29 -
CMYK 0 0.22 0.74 0.56
HSL 41.93º 0.59% 0.28% -
HSV(B) 41.93º 0.74% 0.44% -
XYZ 10.31 10.35 2.62 -
YUV 87.86 94.78 145.22 -
System Red Green Blue C M Y K H S L
Decimal 112 87 29 0 0.22 0.74 0.56 41.93 0.59 0.28
Hex 70 57 1D 0 16 4A 38 2A 3B 1C
Octal 160 127 35 0 26 112 70 52 73 34
Binary 1110000 1010111 11101 0 10110 1001010 111000 101010 111011 11100

Color Harmonies of #70571D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70571D

Black with #70571D

Text Example


Text Example

White with #70571D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70571D; }

 p { color: rgb(112,87,29); }

 H1.HeaderClassName
 {
   color: #70571D;
 }
 .AnyTagClassName
 {
   color: #70571D;
 }
</style>

background-color css

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

 a { background-color: rgb(112,87,29); }

 div.DivClassName
 {
   background-color: #70571D;
 }
 .BgClassName
 {
   background-color: #70571D;
 }
</style>

border-color css

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

 span { border-color: rgb(112,87,29); }

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