#755227

Color #755227 Horses Neck (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Horses Neck #755227

Tints of Horses Neck #755227

Color information

#755227 (or 0x755227) is unknown color: approx 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

RGB1178239-
CMYK00.300.670.54
HSL33.08º50%30.59%-
HSV(B)33.08º66.67%45.88%-
XYZ10.729.963.28-
YUV87.56100.6149-

RGB Variations

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

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.62% from 255) = 16.39%
R=49.16%
G=34.45%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117823900.300.670.5433.085030.59
Hex75522701E433621321f
Octal1651224703610366416237
Binary11101011010010100111011110100001111011010000111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>