Html Css Color HEX #76592D Horses Neck

📋 copy color: '#76592D'

red 118 ◦ green 89 ◦ blue 45

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

Shades of Horses Neck #76592D

Tints of Horses Neck #76592D

RGB

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

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

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

R = 46.83%
G = 35.32%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#76592D (or 0x76592D) is known color: Horses Neck. HEX triplet: 76, 59 and 2D. RGB value is (118,89,45). Sum of RGB (Red+Green+Blue) = 118+89+45=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #76592D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76592D is #89A6D2. Grayscale: #5C5C5C. Windows color (decimal): -9021139 or 2972022. OLE color: 2972022.

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

Color convert

RGB 118 89 45 -
CMYK 0 0.25 0.62 0.54
HSL 36.16º 0.45% 0.32% -
HSV(B) 36.16º 0.62% 0.46% -
XYZ 11.52 11.19 4.03 -
YUV 92.66 101.11 146.08 -
System Red Green Blue C M Y K H S L
Decimal 118 89 45 0 0.25 0.62 0.54 36.16 0.45 0.32
Hex 76 59 2D 0 19 3E 36 24 2D 20
Octal 166 131 55 0 31 76 66 44 55 40
Binary 1110110 1011001 101101 0 11001 111110 110110 100100 101101 100000

Color Harmonies of #76592D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76592D

Black with #76592D

Text Example


Text Example

White with #76592D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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