Html Css Color HEX #76581F Horses Neck

📋 copy color: '#76581F'

red 118 ◦ green 88 ◦ blue 31

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

Shades of Horses Neck #76581F

Tints of Horses Neck #76581F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.13%

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

R = 49.79%
G = 37.13%
B = 13.08%

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

#76581F (or 0x76581F) is known color: Horses Neck. HEX triplet: 76, 58 and 1F. RGB value is (118,88,31). Sum of RGB (Red+Green+Blue) = 118+88+31=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 31 (12.5% from 255 or 13.08% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #76581F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76581F is #89A7E0. Grayscale: #5A5A5A. Windows color (decimal): -9021409 or 2054262. OLE color: 2054262.

HSL color Cylindrical-coordinate representation of color #76581F: hue angle of 39.31º 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 #76581F is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 88 31 -
CMYK 0 0.25 0.74 0.54
HSL 39.31º 0.58% 0.29% -
HSV(B) 39.31º 0.74% 0.46% -
XYZ 11.21 10.93 2.82 -
YUV 90.47 94.44 147.63 -
System Red Green Blue C M Y K H S L
Decimal 118 88 31 0 0.25 0.74 0.54 39.31 0.58 0.29
Hex 76 58 1F 0 19 4A 36 27 3A 1D
Octal 166 130 37 0 31 112 66 47 72 35
Binary 1110110 1011000 11111 0 11001 1001010 110110 100111 111010 11101

Color Harmonies of #76581F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76581F

Black with #76581F

Text Example


Text Example

White with #76581F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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