Html Css Color HEX #75591D Horses Neck

📋 copy color: '#75591D'

red 117 ◦ green 89 ◦ blue 29

#75591D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Horses Neck #75591D

Tints of Horses Neck #75591D

RGB

 RED value IS 117 (46.09% from 255) = 49.79%

 GREEN value IS 89 (35.16% from 255) = 37.87%

 BLUE value IS 29 (11.72% from 255) = 12.34%

R = 49.79%
G = 37.87%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#75591D (or 0x75591D) is known color: Horses Neck. HEX triplet: 75, 59 and 1D. RGB value is (117,89,29). Sum of RGB (Red+Green+Blue) = 117+89+29=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 29 (11.72% from 255 or 12.34% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #75591D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75591D is #8AA6E2. Grayscale: #5A5A5A. Windows color (decimal): -9086691 or 1923445. OLE color: 1923445.

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

Color convert

RGB 117 89 29 -
CMYK 0 0.24 0.75 0.54
HSL 40.91º 0.6% 0.29% -
HSV(B) 40.91º 0.75% 0.46% -
XYZ 11.13 11.02 2.7 -
YUV 90.53 93.28 146.88 -
System Red Green Blue C M Y K H S L
Decimal 117 89 29 0 0.24 0.75 0.54 40.91 0.6 0.29
Hex 75 59 1D 0 18 4B 36 29 3C 1D
Octal 165 131 35 0 30 113 66 51 74 35
Binary 1110101 1011001 11101 0 11000 1001011 110110 101001 111100 11101

Color Harmonies of #75591D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75591D

Black with #75591D

Text Example


Text Example

White with #75591D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75591D; }

 p { color: rgb(117,89,29); }

 H1.HeaderClassName
 {
   color: #75591D;
 }
 .AnyTagClassName
 {
   color: #75591D;
 }
</style>

background-color css

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

 a { background-color: rgb(117,89,29); }

 div.DivClassName
 {
   background-color: #75591D;
 }
 .BgClassName
 {
   background-color: #75591D;
 }
</style>

border-color css

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

 span { border-color: rgb(117,89,29); }

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