Html Css Color HEX #74591C Horses Neck

📋 copy color: '#74591C'

red 116 ◦ green 89 ◦ blue 28

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

Shades of Horses Neck #74591C

Tints of Horses Neck #74591C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.02%

R = 49.79%
G = 38.2%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#74591C (or 0x74591C) is known color: Horses Neck. HEX triplet: 74, 59 and 1C. RGB value is (116,89,28). Sum of RGB (Red+Green+Blue) = 116+89+28=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 28 (11.33% from 255 or 12.02% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #74591C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74591C is #8BA6E3. Grayscale: #5A5A5A. Windows color (decimal): -9152228 or 1857908. OLE color: 1857908.

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

Color convert

RGB 116 89 28 -
CMYK 0 0.23 0.76 0.55
HSL 41.59º 0.61% 0.28% -
HSV(B) 41.59º 0.76% 0.45% -
XYZ 10.98 10.94 2.63 -
YUV 90.12 92.95 146.46 -
System Red Green Blue C M Y K H S L
Decimal 116 89 28 0 0.23 0.76 0.55 41.59 0.61 0.28
Hex 74 59 1C 0 17 4C 37 2A 3D 1C
Octal 164 131 34 0 27 114 67 52 75 34
Binary 1110100 1011001 11100 0 10111 1001100 110111 101010 111101 11100

Color Harmonies of #74591C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74591C

Black with #74591C

Text Example


Text Example

White with #74591C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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