Html Css Color HEX #76592B Horses Neck

📋 copy color: '#76592B'

red 118 ◦ green 89 ◦ blue 43

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

Shades of Horses Neck #76592B

Tints of Horses Neck #76592B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.2%

R = 47.2%
G = 35.6%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76592B (or 0x76592B) is known color: Horses Neck. HEX triplet: 76, 59 and 2B. RGB value is (118,89,43). Sum of RGB (Red+Green+Blue) = 118+89+43=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #76592B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76592B is #89A6D4. Grayscale: #5C5C5C. Windows color (decimal): -9021141 or 2840950. OLE color: 2840950.

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

Color convert

RGB 118 89 43 -
CMYK 0 0.25 0.64 0.54
HSL 36.8º 0.47% 0.32% -
HSV(B) 36.8º 0.64% 0.46% -
XYZ 11.48 11.17 3.84 -
YUV 92.43 100.11 146.24 -
System Red Green Blue C M Y K H S L
Decimal 118 89 43 0 0.25 0.64 0.54 36.8 0.47 0.32
Hex 76 59 2B 0 19 40 36 25 2F 20
Octal 166 131 53 0 31 100 66 45 57 40
Binary 1110110 1011001 101011 0 11001 1000000 110110 100101 101111 100000

Color Harmonies of #76592B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76592B

Black with #76592B

Text Example


Text Example

White with #76592B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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