Html Css Color HEX #705421 Horses Neck

📋 copy color: '#705421'

red 112 ◦ green 84 ◦ blue 33

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

Shades of Horses Neck #705421

Tints of Horses Neck #705421

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.68%

 BLUE value IS 33 (13.28% from 255) = 14.41%

R = 48.91%
G = 36.68%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#705421 (or 0x705421) is known color: Horses Neck. HEX triplet: 70, 54 and 21. RGB value is (112,84,33). Sum of RGB (Red+Green+Blue) = 112+84+33=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 33 (13.28% from 255 or 14.41% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #705421 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705421 is #8FABDE. Grayscale: #565656. Windows color (decimal): -9415647 or 2184304. OLE color: 2184304.

HSL color Cylindrical-coordinate representation of color #705421: hue angle of 38.73º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #705421 is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 84 33 -
CMYK 0 0.25 0.71 0.56
HSL 38.73º 0.54% 0.28% -
HSV(B) 38.73º 0.71% 0.44% -
XYZ 10.13 9.9 2.82 -
YUV 86.56 97.78 146.15 -
System Red Green Blue C M Y K H S L
Decimal 112 84 33 0 0.25 0.71 0.56 38.73 0.54 0.28
Hex 70 54 21 0 19 47 38 27 36 1C
Octal 160 124 41 0 31 107 70 47 66 34
Binary 1110000 1010100 100001 0 11001 1000111 111000 100111 110110 11100

Color Harmonies of #705421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705421

Black with #705421

Text Example


Text Example

White with #705421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705421; }

 p { color: rgb(112,84,33); }

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

background-color css

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

 a { background-color: rgb(112,84,33); }

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

border-color css

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

 span { border-color: rgb(112,84,33); }

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