Html Css Color HEX #755D20 Horses Neck

📋 copy color: '#755D20'

red 117 ◦ green 93 ◦ blue 32

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

Shades of Horses Neck #755D20

Tints of Horses Neck #755D20

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.43%

 BLUE value IS 32 (12.89% from 255) = 13.22%

R = 48.35%
G = 38.43%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#755D20 (or 0x755D20) is known color: Horses Neck. HEX triplet: 75, 5D and 20. RGB value is (117,93,32). Sum of RGB (Red+Green+Blue) = 117+93+32=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 93 (36.72% from 255 or 38.43% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #755D20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755D20 is #8AA2DF. Grayscale: #5D5D5D. Windows color (decimal): -9085664 or 2121077. OLE color: 2121077.

HSL color Cylindrical-coordinate representation of color #755D20: hue angle of 43.06º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #755D20 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 93 32 -
CMYK 0 0.21 0.73 0.54
HSL 43.06º 0.57% 0.29% -
HSV(B) 43.06º 0.73% 0.46% -
XYZ 11.51 11.71 3.02 -
YUV 93.22 93.45 144.96 -
System Red Green Blue C M Y K H S L
Decimal 117 93 32 0 0.21 0.73 0.54 43.06 0.57 0.29
Hex 75 5D 20 0 15 49 36 2B 39 1D
Octal 165 135 40 0 25 111 66 53 71 35
Binary 1110101 1011101 100000 0 10101 1001001 110110 101011 111001 11101

Color Harmonies of #755D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755D20

Black with #755D20

Text Example


Text Example

White with #755D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,93,32); }

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

background-color css

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

 a { background-color: rgb(117,93,32); }

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

border-color css

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

 span { border-color: rgb(117,93,32); }

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