#75522B

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

Shades of Horses Neck #75522B

Tints of Horses Neck #75522B

Color information

#75522B (or 0x75522B) is unknown color: approx Horses Neck. HEX triplet: 75, 52 and 2B. RGB value is (117,82,43). Sum of RGB (Red+Green+Blue) = 117+82+43=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #75522B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75522B is #8AADD4. Grayscale: #585858. Windows color (decimal): -9088469 or 2839157. OLE color: 2839157.

HSL color Cylindrical-coordinate representation of color #75522B: hue angle of 31.62º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #75522B is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB1178243-
CMYK00.300.630.54
HSL31.62º46.25%31.37%-
HSV(B)31.62º63.25%45.88%-
XYZ10.799.993.65-
YUV88.02102.6148.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.35%
GREEN value IS 82 (32.42% from 255) = 33.88%
BLUE value IS 43 (17.19% from 255) = 17.77%
R=48.35%
G=33.88%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117824300.300.630.5431.6246.2531.37
Hex75522B01E3F36202e1f
Octal165122530367766405637
Binary1110101101001010101101111011111111011010000010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75522B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75522B; }

 p { color: rgb(117,82,43); }

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

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

 a { background-color: rgb(117,82,43); }

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

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

 span { border-color: rgb(117,82,43); }

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