Html Css Color HEX #745329 Horses Neck

📋 copy color: '#745329'

red 116 ◦ green 83 ◦ blue 41

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

Shades of Horses Neck #745329

Tints of Horses Neck #745329

RGB

 RED value IS 116 (45.7% from 255) = 48.33%

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

 BLUE value IS 41 (16.41% from 255) = 17.08%

R = 48.33%
G = 34.58%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#745329 (or 0x745329) is known color: Horses Neck. HEX triplet: 74, 53 and 29. RGB value is (116,83,41). Sum of RGB (Red+Green+Blue) = 116+83+41=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #745329 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745329 is #8BACD6. Grayscale: #585858. Windows color (decimal): -9153751 or 2708340. OLE color: 2708340.

HSL color Cylindrical-coordinate representation of color #745329: hue angle of 33.6º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #745329 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 83 41 -
CMYK 0 0.28 0.65 0.55
HSL 33.6º 0.48% 0.31% -
HSV(B) 33.6º 0.65% 0.45% -
XYZ 10.7 10.06 3.48 -
YUV 88.08 101.43 147.92 -
System Red Green Blue C M Y K H S L
Decimal 116 83 41 0 0.28 0.65 0.55 33.6 0.48 0.31
Hex 74 53 29 0 1C 41 37 22 30 1F
Octal 164 123 51 0 34 101 67 42 60 37
Binary 1110100 1010011 101001 0 11100 1000001 110111 100010 110000 11111

Color Harmonies of #745329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745329

Black with #745329

Text Example


Text Example

White with #745329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745329; }

 p { color: rgb(116,83,41); }

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

background-color css

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

 a { background-color: rgb(116,83,41); }

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

border-color css

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

 span { border-color: rgb(116,83,41); }

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