Html Css Color HEX #74592F Horses Neck

📋 copy color: '#74592F'

red 116 ◦ green 89 ◦ blue 47

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

Shades of Horses Neck #74592F

Tints of Horses Neck #74592F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.65%

R = 46.03%
G = 35.32%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#74592F (or 0x74592F) is known color: Horses Neck. HEX triplet: 74, 59 and 2F. RGB value is (116,89,47). Sum of RGB (Red+Green+Blue) = 116+89+47=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 116 - color contains mainly: red. Hex color #74592F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74592F is #8BA6D0. Grayscale: #5C5C5C. Windows color (decimal): -9152209 or 3103092. OLE color: 3103092.

HSL color Cylindrical-coordinate representation of color #74592F: hue angle of 36.52º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74592F is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 89 47 -
CMYK 0 0.23 0.59 0.55
HSL 36.52º 0.42% 0.32% -
HSV(B) 36.52º 0.59% 0.45% -
XYZ 11.29 11.06 4.23 -
YUV 92.29 102.45 144.92 -
System Red Green Blue C M Y K H S L
Decimal 116 89 47 0 0.23 0.59 0.55 36.52 0.42 0.32
Hex 74 59 2F 0 17 3B 37 25 2A 20
Octal 164 131 57 0 27 73 67 45 52 40
Binary 1110100 1011001 101111 0 10111 111011 110111 100101 101010 100000

Color Harmonies of #74592F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74592F

Black with #74592F

Text Example


Text Example

White with #74592F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74592F; }

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

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

background-color css

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

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

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

border-color css

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

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

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