Html Css Color HEX #705830 Horses Neck

📋 copy color: '#705830'

red 112 ◦ green 88 ◦ blue 48

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

Shades of Horses Neck #705830

Tints of Horses Neck #705830

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.48%

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

R = 45.16%
G = 35.48%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#705830 (or 0x705830) is known color: Horses Neck. HEX triplet: 70, 58 and 30. RGB value is (112,88,48). Sum of RGB (Red+Green+Blue) = 112+88+48=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 48 (19.14% from 255 or 19.35% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #705830 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705830 is #8FA7CF. Grayscale: #5A5A5A. Windows color (decimal): -9414608 or 3168368. OLE color: 3168368.

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

Color convert

RGB 112 88 48 -
CMYK 0 0.21 0.57 0.56
HSL 37.5º 0.4% 0.31% -
HSV(B) 37.5º 0.57% 0.44% -
XYZ 10.71 10.64 4.29 -
YUV 90.62 103.95 143.25 -
System Red Green Blue C M Y K H S L
Decimal 112 88 48 0 0.21 0.57 0.56 37.5 0.4 0.31
Hex 70 58 30 0 15 39 38 26 28 1F
Octal 160 130 60 0 25 71 70 46 50 37
Binary 1110000 1011000 110000 0 10101 111001 111000 100110 101000 11111

Color Harmonies of #705830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705830

Black with #705830

Text Example


Text Example

White with #705830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705830; }

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

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

background-color css

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

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

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

border-color css

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

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

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