#755320

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

Shades of Horses Neck #755320

Tints of Horses Neck #755320

Color information

#755320 (or 0x755320) is unknown color: approx Horses Neck. HEX triplet: 75, 53 and 20. RGB value is (117,83,32). Sum of RGB (Red+Green+Blue) = 117+83+32=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 32 (12.89% from 255 or 13.79% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #755320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755320 is #8AACDF. Grayscale: #575757. Windows color (decimal): -9088224 or 2118517. OLE color: 2118517.

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

Color convert

RGB1178332-
CMYK00.290.730.54
HSL36º57.05%29.22%-
HSV(B)36º72.65%45.88%-
XYZ10.6910.072.75-
YUV87.3596.76149.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.43%
GREEN value IS 83 (32.81% from 255) = 35.78%
BLUE value IS 32 (12.89% from 255) = 13.79%
R=50.43%
G=35.78%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117833200.290.730.543657.0529.22
Hex75532001D493624391d
Octal1651234003511166447135
Binary11101011010011100000011101100100111011010010011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755320; }

 p { color: rgb(117,83,32); }

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

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

 a { background-color: rgb(117,83,32); }

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

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

 span { border-color: rgb(117,83,32); }

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