Html Css Color HEX #75591F Horses Neck

📋 copy color: '#75591F'

red 117 ◦ green 89 ◦ blue 31

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

Shades of Horses Neck #75591F

Tints of Horses Neck #75591F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.08%

R = 49.37%
G = 37.55%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#75591F (or 0x75591F) is known color: Horses Neck. HEX triplet: 75, 59 and 1F. RGB value is (117,89,31). Sum of RGB (Red+Green+Blue) = 117+89+31=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 31 (12.5% from 255 or 13.08% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #75591F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75591F is #8AA6E0. Grayscale: #5B5B5B. Windows color (decimal): -9086689 or 2054517. OLE color: 2054517.

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

Color convert

RGB 117 89 31 -
CMYK 0 0.24 0.74 0.54
HSL 40.47º 0.58% 0.29% -
HSV(B) 40.47º 0.74% 0.46% -
XYZ 11.16 11.03 2.84 -
YUV 90.76 94.28 146.72 -
System Red Green Blue C M Y K H S L
Decimal 117 89 31 0 0.24 0.74 0.54 40.47 0.58 0.29
Hex 75 59 1F 0 18 4A 36 28 3A 1D
Octal 165 131 37 0 30 112 66 50 72 35
Binary 1110101 1011001 11111 0 11000 1001010 110110 101000 111010 11101

Color Harmonies of #75591F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75591F

Black with #75591F

Text Example


Text Example

White with #75591F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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