Html Css Color HEX #76591E Horses Neck

📋 copy color: '#76591E'

red 118 ◦ green 89 ◦ blue 30

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

Shades of Horses Neck #76591E

Tints of Horses Neck #76591E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.66%

R = 49.79%
G = 37.55%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#76591E (or 0x76591E) is known color: Horses Neck. HEX triplet: 76, 59 and 1E. RGB value is (118,89,30). Sum of RGB (Red+Green+Blue) = 118+89+30=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 30 (12.11% from 255 or 12.66% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #76591E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76591E is #89A6E1. Grayscale: #5B5B5B. Windows color (decimal): -9021154 or 1988982. OLE color: 1988982.

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

Color convert

RGB 118 89 30 -
CMYK 0 0.25 0.75 0.54
HSL 40.23º 0.59% 0.29% -
HSV(B) 40.23º 0.75% 0.46% -
XYZ 11.28 11.09 2.77 -
YUV 90.95 93.61 147.3 -
System Red Green Blue C M Y K H S L
Decimal 118 89 30 0 0.25 0.75 0.54 40.23 0.59 0.29
Hex 76 59 1E 0 19 4B 36 28 3B 1D
Octal 166 131 36 0 31 113 66 50 73 35
Binary 1110110 1011001 11110 0 11001 1001011 110110 101000 111011 11101

Color Harmonies of #76591E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76591E

Black with #76591E

Text Example


Text Example

White with #76591E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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