#75581C

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

Shades of Horses Neck #75581C

Tints of Horses Neck #75581C

Color information

#75581C (or 0x75581C) is unknown color: approx Horses Neck. HEX triplet: 75, 58 and 1C. RGB value is (117,88,28). Sum of RGB (Red+Green+Blue) = 117+88+28=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 28 (11.33% from 255 or 12.02% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #75581C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75581C is #8AA7E3. Grayscale: #5A5A5A. Windows color (decimal): -9086948 or 1857653. OLE color: 1857653.

HSL color Cylindrical-coordinate representation of color #75581C: hue angle of 40.45º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #75581C is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB1178828-
CMYK00.250.760.54
HSL40.45º61.38%28.43%-
HSV(B)40.45º76.07%45.88%-
XYZ11.0410.852.61-
YUV89.8393.11147.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.21%
GREEN value IS 88 (34.77% from 255) = 37.77%
BLUE value IS 28 (11.33% from 255) = 12.02%
R=50.21%
G=37.77%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117882800.250.760.5440.4561.3828.43
Hex75581C0194C36283d1c
Octal1651303403111466507534
Binary1110101101100011100011001100110011011010100011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75581C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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