Html Css Color HEX #705730 Horses Neck

📋 copy color: '#705730'

red 112 ◦ green 87 ◦ blue 48

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

Shades of Horses Neck #705730

Tints of Horses Neck #705730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.43%

R = 45.34%
G = 35.22%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#705730 (or 0x705730) is known color: Horses Neck. HEX triplet: 70, 57 and 30. RGB value is (112,87,48). Sum of RGB (Red+Green+Blue) = 112+87+48=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 48 (19.14% from 255 or 19.43% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #705730 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705730 is #8FA8CF. Grayscale: #5A5A5A. Windows color (decimal): -9414864 or 3168112. OLE color: 3168112.

HSL color Cylindrical-coordinate representation of color #705730: hue angle of 36.56º 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 #705730 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 87 48 -
CMYK 0 0.22 0.57 0.56
HSL 36.56º 0.4% 0.31% -
HSV(B) 36.56º 0.57% 0.44% -
XYZ 10.62 10.47 4.26 -
YUV 90.03 104.28 143.67 -
System Red Green Blue C M Y K H S L
Decimal 112 87 48 0 0.22 0.57 0.56 36.56 0.4 0.31
Hex 70 57 30 0 16 39 38 25 28 1F
Octal 160 127 60 0 26 71 70 45 50 37
Binary 1110000 1010111 110000 0 10110 111001 111000 100101 101000 11111

Color Harmonies of #705730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705730

Black with #705730

Text Example


Text Example

White with #705730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705730; }

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

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

background-color css

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

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

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

border-color css

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

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

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