Html Css Color HEX #755A1D Horses Neck

📋 copy color: '#755A1D'

red 117 ◦ green 90 ◦ blue 29

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

Shades of Horses Neck #755A1D

Tints of Horses Neck #755A1D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.14%

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

R = 49.58%
G = 38.14%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#755A1D (or 0x755A1D) is known color: Horses Neck. HEX triplet: 75, 5A and 1D. RGB value is (117,90,29). Sum of RGB (Red+Green+Blue) = 117+90+29=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #755A1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755A1D is #8AA5E2. Grayscale: #5B5B5B. Windows color (decimal): -9086435 or 1923701. OLE color: 1923701.

HSL color Cylindrical-coordinate representation of color #755A1D: hue angle of 41.59º 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 #755A1D is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 90 29 -
CMYK 0 0.23 0.75 0.54
HSL 41.59º 0.6% 0.29% -
HSV(B) 41.59º 0.75% 0.46% -
XYZ 11.21 11.18 2.73 -
YUV 91.12 92.95 146.46 -
System Red Green Blue C M Y K H S L
Decimal 117 90 29 0 0.23 0.75 0.54 41.59 0.6 0.29
Hex 75 5A 1D 0 17 4B 36 2A 3C 1D
Octal 165 132 35 0 27 113 66 52 74 35
Binary 1110101 1011010 11101 0 10111 1001011 110110 101010 111100 11101

Color Harmonies of #755A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755A1D

Black with #755A1D

Text Example


Text Example

White with #755A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755A1D; }

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

 H1.HeaderClassName
 {
   color: #755A1D;
 }
 .AnyTagClassName
 {
   color: #755A1D;
 }
</style>

background-color css

<style>
 a { background-color: #755A1D; }

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

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

border-color css

<style>
 span { border-color: #755A1D; }

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

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