Html Css Color HEX #76592C Horses Neck

📋 copy color: '#76592C'

red 118 ◦ green 89 ◦ blue 44

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

Shades of Horses Neck #76592C

Tints of Horses Neck #76592C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.53%

R = 47.01%
G = 35.46%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#76592C (or 0x76592C) is known color: Horses Neck. HEX triplet: 76, 59 and 2C. RGB value is (118,89,44). Sum of RGB (Red+Green+Blue) = 118+89+44=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #76592C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76592C is #89A6D3. Grayscale: #5C5C5C. Windows color (decimal): -9021140 or 2906486. OLE color: 2906486.

HSL color Cylindrical-coordinate representation of color #76592C: hue angle of 36.49º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76592C is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 89 44 -
CMYK 0 0.25 0.63 0.54
HSL 36.49º 0.46% 0.32% -
HSV(B) 36.49º 0.63% 0.46% -
XYZ 11.5 11.18 3.93 -
YUV 92.54 100.61 146.16 -
System Red Green Blue C M Y K H S L
Decimal 118 89 44 0 0.25 0.63 0.54 36.49 0.46 0.32
Hex 76 59 2C 0 19 3F 36 24 2E 20
Octal 166 131 54 0 31 77 66 44 56 40
Binary 1110110 1011001 101100 0 11001 111111 110110 100100 101110 100000

Color Harmonies of #76592C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76592C

Black with #76592C

Text Example


Text Example

White with #76592C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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