#755C28

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

Shades of Horses Neck #755C28

Tints of Horses Neck #755C28

Color information

#755C28 (or 0x755C28) is unknown color: approx Horses Neck. HEX triplet: 75, 5C and 28. RGB value is (117,92,40). Sum of RGB (Red+Green+Blue) = 117+92+40=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #755C28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755C28 is #8AA3D7. Grayscale: #5D5D5D. Windows color (decimal): -9085912 or 2645109. OLE color: 2645109.

HSL color Cylindrical-coordinate representation of color #755C28: hue angle of 40.52º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #755C28 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB1179240-
CMYK00.210.660.54
HSL40.52º49.04%30.78%-
HSV(B)40.52º65.81%45.88%-
XYZ11.5511.593.64-
YUV93.5597.78144.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.99%
GREEN value IS 92 (36.33% from 255) = 36.95%
BLUE value IS 40 (16.02% from 255) = 16.06%
R=46.99%
G=36.95%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117924000.210.660.5440.5249.0430.78
Hex755C28015423629311f
Octal1651345002510266516137
Binary11101011011100101000010101100001011011010100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755C28; }

 p { color: rgb(117,92,40); }

 H1.HeaderClassName
 {
   color: #755C28;
 }
 .AnyTagClassName
 {
   color: #755C28;
 }
</style>
background-color css

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

 a { background-color: rgb(117,92,40); }

 div.DivClassName
 {
   background-color: #755C28;
 }
 .BgClassName
 {
   background-color: #755C28;
 }
</style>
border-color css

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

 span { border-color: rgb(117,92,40); }

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