Html Css Color HEX #74591D Horses Neck

📋 copy color: '#74591D'

red 116 ◦ green 89 ◦ blue 29

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

Shades of Horses Neck #74591D

Tints of Horses Neck #74591D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.39%

R = 49.57%
G = 38.03%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#74591D (or 0x74591D) is known color: Horses Neck. HEX triplet: 74, 59 and 1D. RGB value is (116,89,29). Sum of RGB (Red+Green+Blue) = 116+89+29=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 29 (11.72% from 255 or 12.39% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #74591D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74591D is #8BA6E2. Grayscale: #5A5A5A. Windows color (decimal): -9152227 or 1923444. OLE color: 1923444.

HSL color Cylindrical-coordinate representation of color #74591D: hue angle of 41.38º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74591D is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 89 29 -
CMYK 0 0.23 0.75 0.55
HSL 41.38º 0.6% 0.28% -
HSV(B) 41.38º 0.75% 0.45% -
XYZ 11 10.95 2.7 -
YUV 90.23 93.45 146.38 -
System Red Green Blue C M Y K H S L
Decimal 116 89 29 0 0.23 0.75 0.55 41.38 0.6 0.28
Hex 74 59 1D 0 17 4B 37 29 3C 1C
Octal 164 131 35 0 27 113 67 51 74 34
Binary 1110100 1011001 11101 0 10111 1001011 110111 101001 111100 11100

Color Harmonies of #74591D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74591D

Black with #74591D

Text Example


Text Example

White with #74591D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74591D; }

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

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

background-color css

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

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

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

border-color css

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

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

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