Html Css Color HEX #755229 Horses Neck

📋 copy color: '#755229'

red 117 ◦ green 82 ◦ blue 41

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

Shades of Horses Neck #755229

Tints of Horses Neck #755229

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.17%

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

R = 48.75%
G = 34.17%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#755229 (or 0x755229) is known color: Horses Neck. HEX triplet: 75, 52 and 29. RGB value is (117,82,41). Sum of RGB (Red+Green+Blue) = 117+82+41=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 117 - color contains mainly: red. Hex color #755229 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755229 is #8AADD6. Grayscale: #575757. Windows color (decimal): -9088471 or 2708085. OLE color: 2708085.

HSL color Cylindrical-coordinate representation of color #755229: hue angle of 32.37º 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 #755229 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 82 41 -
CMYK 0 0.30 0.65 0.54
HSL 32.37º 0.48% 0.31% -
HSV(B) 32.37º 0.65% 0.46% -
XYZ 10.75 9.98 3.46 -
YUV 87.79 101.6 148.83 -
System Red Green Blue C M Y K H S L
Decimal 117 82 41 0 0.30 0.65 0.54 32.37 0.48 0.31
Hex 75 52 29 0 1E 41 36 20 30 1F
Octal 165 122 51 0 36 101 66 40 60 37
Binary 1110101 1010010 101001 0 11110 1000001 110110 100000 110000 11111

Color Harmonies of #755229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755229

Black with #755229

Text Example


Text Example

White with #755229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755229; }

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

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

background-color css

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

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

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

border-color css

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

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

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