Html Css Color HEX #75592B Horses Neck

📋 copy color: '#75592B'

red 117 ◦ green 89 ◦ blue 43

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

Shades of Horses Neck #75592B

Tints of Horses Neck #75592B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.27%

R = 46.99%
G = 35.74%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#75592B (or 0x75592B) is known color: Horses Neck. HEX triplet: 75, 59 and 2B. RGB value is (117,89,43). Sum of RGB (Red+Green+Blue) = 117+89+43=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #75592B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75592B is #8AA6D4. Grayscale: #5C5C5C. Windows color (decimal): -9086677 or 2840949. OLE color: 2840949.

HSL color Cylindrical-coordinate representation of color #75592B: hue angle of 37.3º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #75592B is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 89 43 -
CMYK 0 0.24 0.63 0.54
HSL 37.3º 0.46% 0.31% -
HSV(B) 37.3º 0.63% 0.46% -
XYZ 11.34 11.1 3.83 -
YUV 92.13 100.28 145.74 -
System Red Green Blue C M Y K H S L
Decimal 117 89 43 0 0.24 0.63 0.54 37.3 0.46 0.31
Hex 75 59 2B 0 18 3F 36 25 2E 1F
Octal 165 131 53 0 30 77 66 45 56 37
Binary 1110101 1011001 101011 0 11000 111111 110110 100101 101110 11111

Color Harmonies of #75592B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75592B

Black with #75592B

Text Example


Text Example

White with #75592B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75592B; }

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

 H1.HeaderClassName
 {
   color: #75592B;
 }
 .AnyTagClassName
 {
   color: #75592B;
 }
</style>

background-color css

<style>
 a { background-color: #75592B; }

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

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

border-color css

<style>
 span { border-color: #75592B; }

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

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