Html Css Color HEX #705321 Horses Neck

📋 copy color: '#705321'

red 112 ◦ green 83 ◦ blue 33

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

Shades of Horses Neck #705321

Tints of Horses Neck #705321

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.4%

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

R = 49.12%
G = 36.4%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#705321 (or 0x705321) is known color: Horses Neck. HEX triplet: 70, 53 and 21. RGB value is (112,83,33). Sum of RGB (Red+Green+Blue) = 112+83+33=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 33 (13.28% from 255 or 14.47% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #705321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705321 is #8FACDE. Grayscale: #565656. Windows color (decimal): -9415903 or 2184048. OLE color: 2184048.

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

Color convert

RGB 112 83 33 -
CMYK 0 0.26 0.71 0.56
HSL 37.97º 0.54% 0.28% -
HSV(B) 37.97º 0.71% 0.44% -
XYZ 10.05 9.74 2.79 -
YUV 85.97 98.11 146.57 -
System Red Green Blue C M Y K H S L
Decimal 112 83 33 0 0.26 0.71 0.56 37.97 0.54 0.28
Hex 70 53 21 0 1A 47 38 26 36 1C
Octal 160 123 41 0 32 107 70 46 66 34
Binary 1110000 1010011 100001 0 11010 1000111 111000 100110 110110 11100

Color Harmonies of #705321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705321

Black with #705321

Text Example


Text Example

White with #705321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705321; }

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

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

background-color css

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

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

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

border-color css

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

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

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