Html Css Color HEX #74592D Horses Neck

📋 copy color: '#74592D'

red 116 ◦ green 89 ◦ blue 45

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

Shades of Horses Neck #74592D

Tints of Horses Neck #74592D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18%

R = 46.4%
G = 35.6%
B = 18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#74592D (or 0x74592D) is known color: Horses Neck. HEX triplet: 74, 59 and 2D. RGB value is (116,89,45). Sum of RGB (Red+Green+Blue) = 116+89+45=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #74592D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74592D is #8BA6D2. Grayscale: #5C5C5C. Windows color (decimal): -9152211 or 2972020. OLE color: 2972020.

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

Color convert

RGB 116 89 45 -
CMYK 0 0.23 0.61 0.55
HSL 37.18º 0.44% 0.32% -
HSV(B) 37.18º 0.61% 0.45% -
XYZ 11.25 11.05 4.02 -
YUV 92.06 101.45 145.08 -
System Red Green Blue C M Y K H S L
Decimal 116 89 45 0 0.23 0.61 0.55 37.18 0.44 0.32
Hex 74 59 2D 0 17 3D 37 25 2C 20
Octal 164 131 55 0 27 75 67 45 54 40
Binary 1110100 1011001 101101 0 10111 111101 110111 100101 101100 100000

Color Harmonies of #74592D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74592D

Black with #74592D

Text Example


Text Example

White with #74592D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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