Html Css Color HEX #755227 Horses Neck

📋 copy color: '#755227'

red 117 ◦ green 82 ◦ blue 39

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

Shades of Horses Neck #755227

Tints of Horses Neck #755227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.39%

R = 49.16%
G = 34.45%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#755227 (or 0x755227) is known color: Horses Neck. HEX triplet: 75, 52 and 27. RGB value is (117,82,39). Sum of RGB (Red+Green+Blue) = 117+82+39=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 39 (15.62% from 255 or 16.39% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #755227 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755227 is #8AADD8. Grayscale: #575757. Windows color (decimal): -9088473 or 2577013. OLE color: 2577013.

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

Color convert

RGB 117 82 39 -
CMYK 0 0.30 0.67 0.54
HSL 33.08º 0.5% 0.31% -
HSV(B) 33.08º 0.67% 0.46% -
XYZ 10.72 9.96 3.28 -
YUV 87.56 100.6 149 -
System Red Green Blue C M Y K H S L
Decimal 117 82 39 0 0.30 0.67 0.54 33.08 0.5 0.31
Hex 75 52 27 0 1E 43 36 21 32 1F
Octal 165 122 47 0 36 103 66 41 62 37
Binary 1110101 1010010 100111 0 11110 1000011 110110 100001 110010 11111

Color Harmonies of #755227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755227

Black with #755227

Text Example


Text Example

White with #755227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755227; }

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

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

background-color css

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

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

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

border-color css

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

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

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