Html Css Color HEX #76591F Horses Neck

📋 copy color: '#76591F'

red 118 ◦ green 89 ◦ blue 31

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

Shades of Horses Neck #76591F

Tints of Horses Neck #76591F

RGB

 RED value IS 118 (46.48% from 255) = 49.58%

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

 BLUE value IS 31 (12.5% from 255) = 13.03%

R = 49.58%
G = 37.39%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#76591F (or 0x76591F) is known color: Horses Neck. HEX triplet: 76, 59 and 1F. RGB value is (118,89,31). Sum of RGB (Red+Green+Blue) = 118+89+31=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #76591F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76591F is #89A6E0. Grayscale: #5B5B5B. Windows color (decimal): -9021153 or 2054518. OLE color: 2054518.

HSL color Cylindrical-coordinate representation of color #76591F: hue angle of 40º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76591F is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 89 31 -
CMYK 0 0.25 0.74 0.54
HSL 40º 0.58% 0.29% -
HSV(B) 40º 0.74% 0.46% -
XYZ 11.29 11.1 2.84 -
YUV 91.06 94.11 147.22 -
System Red Green Blue C M Y K H S L
Decimal 118 89 31 0 0.25 0.74 0.54 40 0.58 0.29
Hex 76 59 1F 0 19 4A 36 28 3A 1D
Octal 166 131 37 0 31 112 66 50 72 35
Binary 1110110 1011001 11111 0 11001 1001010 110110 101000 111010 11101

Color Harmonies of #76591F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76591F

Black with #76591F

Text Example


Text Example

White with #76591F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,89,31); }

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

background-color css

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

 a { background-color: rgb(118,89,31); }

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

border-color css

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

 span { border-color: rgb(118,89,31); }

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