Html Css Color HEX #755929 Horses Neck

📋 copy color: '#755929'

red 117 ◦ green 89 ◦ blue 41

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

Shades of Horses Neck #755929

Tints of Horses Neck #755929

RGB

 RED value IS 117 (46.09% from 255) = 47.37%

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

 BLUE value IS 41 (16.41% from 255) = 16.6%

R = 47.37%
G = 36.03%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#755929 (or 0x755929) is known color: Horses Neck. HEX triplet: 75, 59 and 29. RGB value is (117,89,41). Sum of RGB (Red+Green+Blue) = 117+89+41=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 41 (16.41% from 255 or 16.60% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #755929 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755929 is #8AA6D6. Grayscale: #5C5C5C. Windows color (decimal): -9086679 or 2709877. OLE color: 2709877.

HSL color Cylindrical-coordinate representation of color #755929: hue angle of 37.89º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #755929 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 89 41 -
CMYK 0 0.24 0.65 0.54
HSL 37.89º 0.48% 0.31% -
HSV(B) 37.89º 0.65% 0.46% -
XYZ 11.31 11.09 3.64 -
YUV 91.9 99.28 145.9 -
System Red Green Blue C M Y K H S L
Decimal 117 89 41 0 0.24 0.65 0.54 37.89 0.48 0.31
Hex 75 59 29 0 18 41 36 26 30 1F
Octal 165 131 51 0 30 101 66 46 60 37
Binary 1110101 1011001 101001 0 11000 1000001 110110 100110 110000 11111

Color Harmonies of #755929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755929

Black with #755929

Text Example


Text Example

White with #755929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755929; }

 p { color: rgb(117,89,41); }

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

background-color css

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

 a { background-color: rgb(117,89,41); }

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

border-color css

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

 span { border-color: rgb(117,89,41); }

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