Html Css Color HEX #745929 Horses Neck

📋 copy color: '#745929'

red 116 ◦ green 89 ◦ blue 41

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

Shades of Horses Neck #745929

Tints of Horses Neck #745929

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.18%

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

R = 47.15%
G = 36.18%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#745929 (or 0x745929) is known color: Horses Neck. HEX triplet: 74, 59 and 29. RGB value is (116,89,41). Sum of RGB (Red+Green+Blue) = 116+89+41=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 41 (16.41% from 255 or 16.67% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #745929 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745929 is #8BA6D6. Grayscale: #5B5B5B. Windows color (decimal): -9152215 or 2709876. OLE color: 2709876.

HSL color Cylindrical-coordinate representation of color #745929: hue angle of 38.4º 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 #745929 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 89 41 -
CMYK 0 0.23 0.65 0.55
HSL 38.4º 0.48% 0.31% -
HSV(B) 38.4º 0.65% 0.45% -
XYZ 11.18 11.02 3.64 -
YUV 91.6 99.45 145.4 -
System Red Green Blue C M Y K H S L
Decimal 116 89 41 0 0.23 0.65 0.55 38.4 0.48 0.31
Hex 74 59 29 0 17 41 37 26 30 1F
Octal 164 131 51 0 27 101 67 46 60 37
Binary 1110100 1011001 101001 0 10111 1000001 110111 100110 110000 11111

Color Harmonies of #745929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745929

Black with #745929

Text Example


Text Example

White with #745929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745929; }

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

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

background-color css

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

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

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

border-color css

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

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

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