#755D21

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

Shades of Horses Neck #755D21

Tints of Horses Neck #755D21

Color information

#755D21 (or 0x755D21) is unknown color: approx Horses Neck. HEX triplet: 75, 5D and 21. RGB value is (117,93,33). Sum of RGB (Red+Green+Blue) = 117+93+33=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 93 (36.72% from 255 or 38.27% from 243); Blue value is 33 (13.28% from 255 or 13.58% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #755D21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755D21 is #8AA2DE. Grayscale: #5D5D5D. Windows color (decimal): -9085663 or 2186613. OLE color: 2186613.

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

Color convert

RGB1179333-
CMYK00.210.720.54
HSL42.86º56%29.41%-
HSV(B)42.86º71.79%45.88%-
XYZ11.5211.723.09-
YUV93.3493.95144.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.15%
GREEN value IS 93 (36.72% from 255) = 38.27%
BLUE value IS 33 (13.28% from 255) = 13.58%
R=48.15%
G=38.27%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117933300.210.720.5442.865629.41
Hex755D2101548362b381d
Octal1651354102511066537035
Binary11101011011101100001010101100100011011010101111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,93,33); }

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

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

 a { background-color: rgb(117,93,33); }

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

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

 span { border-color: rgb(117,93,33); }

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