#755828

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

Shades of Horses Neck #755828

Tints of Horses Neck #755828

Color information

#755828 (or 0x755828) is unknown color: approx Horses Neck. HEX triplet: 75, 58 and 28. RGB value is (117,88,40). Sum of RGB (Red+Green+Blue) = 117+88+40=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #755828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755828 is #8AA7D7. Grayscale: #5B5B5B. Windows color (decimal): -9086936 or 2644085. OLE color: 2644085.

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

Color convert

RGB1178840-
CMYK00.250.660.54
HSL37.4º49.04%30.78%-
HSV(B)37.4º65.81%45.88%-
XYZ11.2110.913.52-
YUV91.299.11146.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.76%
GREEN value IS 88 (34.77% from 255) = 35.92%
BLUE value IS 40 (16.02% from 255) = 16.33%
R=47.76%
G=35.92%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117884000.250.660.5437.449.0430.78
Hex755828019423625311f
Octal1651305003110266456137
Binary11101011011000101000011001100001011011010010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755828; }

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

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

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

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

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

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

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

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