#755B25

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

Shades of Horses Neck #755B25

Tints of Horses Neck #755B25

Color information

#755B25 (or 0x755B25) is unknown color: approx Horses Neck. HEX triplet: 75, 5B and 25. RGB value is (117,91,37). Sum of RGB (Red+Green+Blue) = 117+91+37=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 91 (35.94% from 255 or 37.14% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #755B25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755B25 is #8AA4DA. Grayscale: #5C5C5C. Windows color (decimal): -9086171 or 2448245. OLE color: 2448245.

HSL color Cylindrical-coordinate representation of color #755B25: hue angle of 40.5º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #755B25 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB1179137-
CMYK00.220.680.54
HSL40.5º51.95%30.2%-
HSV(B)40.5º68.38%45.88%-
XYZ11.4111.43.35-
YUV92.6296.61145.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.76%
GREEN value IS 91 (35.94% from 255) = 37.14%
BLUE value IS 37 (14.84% from 255) = 15.10%
R=47.76%
G=37.14%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117913700.220.680.5440.551.9530.2
Hex755B25016443628341e
Octal1651334502610466506436
Binary11101011011011100101010110100010011011010100011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,91,37); }

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

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

 a { background-color: rgb(117,91,37); }

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

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

 span { border-color: rgb(117,91,37); }

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