Html Css Color HEX #705521 Horses Neck

📋 copy color: '#705521'

red 112 ◦ green 85 ◦ blue 33

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

Shades of Horses Neck #705521

Tints of Horses Neck #705521

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.96%

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

R = 48.7%
G = 36.96%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#705521 (or 0x705521) is known color: Horses Neck. HEX triplet: 70, 55 and 21. RGB value is (112,85,33). Sum of RGB (Red+Green+Blue) = 112+85+33=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 33 (13.28% from 255 or 14.35% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #705521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705521 is #8FAADE. Grayscale: #575757. Windows color (decimal): -9415391 or 2184560. OLE color: 2184560.

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

Color convert

RGB 112 85 33 -
CMYK 0 0.24 0.71 0.56
HSL 39.49º 0.54% 0.28% -
HSV(B) 39.49º 0.71% 0.44% -
XYZ 10.21 10.05 2.84 -
YUV 87.15 97.45 145.73 -
System Red Green Blue C M Y K H S L
Decimal 112 85 33 0 0.24 0.71 0.56 39.49 0.54 0.28
Hex 70 55 21 0 18 47 38 27 36 1C
Octal 160 125 41 0 30 107 70 47 66 34
Binary 1110000 1010101 100001 0 11000 1000111 111000 100111 110110 11100

Color Harmonies of #705521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705521

Black with #705521

Text Example


Text Example

White with #705521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705521; }

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

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

background-color css

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

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

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

border-color css

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

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

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