Html Css Color HEX #705A1A Horses Neck

📋 copy color: '#705A1A'

red 112 ◦ green 90 ◦ blue 26

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

Shades of Horses Neck #705A1A

Tints of Horses Neck #705A1A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.47%

 BLUE value IS 26 (10.55% from 255) = 11.4%

R = 49.12%
G = 39.47%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#705A1A (or 0x705A1A) is known color: Horses Neck. HEX triplet: 70, 5A and 1A. RGB value is (112,90,26). Sum of RGB (Red+Green+Blue) = 112+90+26=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 90 (35.55% from 255 or 39.47% from 228); Blue value is 26 (10.55% from 255 or 11.40% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #705A1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705A1A is #8FA5E5. Grayscale: #595959. Windows color (decimal): -9414118 or 1727088. OLE color: 1727088.

HSL color Cylindrical-coordinate representation of color #705A1A: hue angle of 44.65º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #705A1A is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 90 26 -
CMYK 0 0.20 0.77 0.56
HSL 44.65º 0.62% 0.27% -
HSV(B) 44.65º 0.77% 0.44% -
XYZ 10.52 10.83 2.51 -
YUV 89.28 92.29 144.2 -
System Red Green Blue C M Y K H S L
Decimal 112 90 26 0 0.20 0.77 0.56 44.65 0.62 0.27
Hex 70 5A 1A 0 14 4D 38 2D 3E 1B
Octal 160 132 32 0 24 115 70 55 76 33
Binary 1110000 1011010 11010 0 10100 1001101 111000 101101 111110 11011

Color Harmonies of #705A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705A1A

Black with #705A1A

Text Example


Text Example

White with #705A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705A1A; }

 p { color: rgb(112,90,26); }

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

background-color css

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

 a { background-color: rgb(112,90,26); }

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

border-color css

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

 span { border-color: rgb(112,90,26); }

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