#75581F

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

Shades of Horses Neck #75581F

Tints of Horses Neck #75581F

Color information

#75581F (or 0x75581F) is unknown color: approx Horses Neck. HEX triplet: 75, 58 and 1F. RGB value is (117,88,31). Sum of RGB (Red+Green+Blue) = 117+88+31=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 88 (34.77% from 255 or 37.29% from 236); Blue value is 31 (12.5% from 255 or 13.14% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #75581F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75581F is #8AA7E0. Grayscale: #5A5A5A. Windows color (decimal): -9086945 or 2054261. OLE color: 2054261.

HSL color Cylindrical-coordinate representation of color #75581F: hue angle of 39.77º 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 #75581F is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1178831-
CMYK00.250.740.54
HSL39.77º58.11%29.02%-
HSV(B)39.77º73.5%45.88%-
XYZ11.0710.862.81-
YUV90.1794.61147.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.58%
GREEN value IS 88 (34.77% from 255) = 37.29%
BLUE value IS 31 (12.5% from 255) = 13.14%
R=49.58%
G=37.29%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117883100.250.740.5439.7758.1129.02
Hex75581F0194A36283a1d
Octal1651303703111266507235
Binary1110101101100011111011001100101011011010100011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75581F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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