#75541F

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

Shades of Horses Neck #75541F

Tints of Horses Neck #75541F

Color information

#75541F (or 0x75541F) is unknown color: approx Horses Neck. HEX triplet: 75, 54 and 1F. RGB value is (117,84,31). Sum of RGB (Red+Green+Blue) = 117+84+31=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 31 (12.5% from 255 or 13.36% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #75541F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75541F is #8AABE0. Grayscale: #585858. Windows color (decimal): -9087969 or 2053237. OLE color: 2053237.

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

Color convert

RGB1178431-
CMYK00.280.740.54
HSL36.98º58.11%29.02%-
HSV(B)36.98º73.5%45.88%-
XYZ10.7510.222.7-
YUV87.8295.93148.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.43%
GREEN value IS 84 (33.20% from 255) = 36.21%
BLUE value IS 31 (12.5% from 255) = 13.36%
R=50.43%
G=36.21%
B=13.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117843100.280.740.5436.9858.1129.02
Hex75541F01C4A36253a1d
Octal1651243703411266457235
Binary1110101101010011111011100100101011011010010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75541F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75541F; }

 p { color: rgb(117,84,31); }

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

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

 a { background-color: rgb(117,84,31); }

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

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

 span { border-color: rgb(117,84,31); }

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