Html Css Color HEX #745429 Horses Neck

📋 copy color: '#745429'

red 116 ◦ green 84 ◦ blue 41

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

Shades of Horses Neck #745429

Tints of Horses Neck #745429

RGB

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

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

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

R = 48.13%
G = 34.85%
B = 17.01%

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

#745429 (or 0x745429) is known color: Horses Neck. HEX triplet: 74, 54 and 29. RGB value is (116,84,41). Sum of RGB (Red+Green+Blue) = 116+84+41=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 41 (16.41% from 255 or 17.01% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #745429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745429 is #8BABD6. Grayscale: #585858. Windows color (decimal): -9153495 or 2708596. OLE color: 2708596.

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

Color convert

RGB 116 84 41 -
CMYK 0 0.28 0.65 0.55
HSL 34.4º 0.48% 0.31% -
HSV(B) 34.4º 0.65% 0.45% -
XYZ 10.77 10.21 3.5 -
YUV 88.67 101.1 147.5 -
System Red Green Blue C M Y K H S L
Decimal 116 84 41 0 0.28 0.65 0.55 34.4 0.48 0.31
Hex 74 54 29 0 1C 41 37 22 30 1F
Octal 164 124 51 0 34 101 67 42 60 37
Binary 1110100 1010100 101001 0 11100 1000001 110111 100010 110000 11111

Color Harmonies of #745429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745429

Black with #745429

Text Example


Text Example

White with #745429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745429; }

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

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

background-color css

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

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

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

border-color css

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

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

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