#755C2E

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

Shades of Horses Neck #755C2E

Tints of Horses Neck #755C2E

Color information

#755C2E (or 0x755C2E) is unknown color: approx Horses Neck. HEX triplet: 75, 5C and 2E. RGB value is (117,92,46). Sum of RGB (Red+Green+Blue) = 117+92+46=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #755C2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755C2E is #8AA3D1. Grayscale: #5E5E5E. Windows color (decimal): -9085906 or 3038325. OLE color: 3038325.

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

Color convert

RGB1179246-
CMYK00.210.610.54
HSL38.87º43.56%31.96%-
HSV(B)38.87º60.68%45.88%-
XYZ11.6611.634.22-
YUV94.23100.78144.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.88%
GREEN value IS 92 (36.33% from 255) = 36.08%
BLUE value IS 46 (18.36% from 255) = 18.04%
R=45.88%
G=36.08%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117924600.210.610.5438.8743.5631.96
Hex755C2E0153D36272c20
Octal165134560257566475440
Binary11101011011100101110010101111101110110100111101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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