Html Css Color HEX #755221 Horses Neck

📋 copy color: '#755221'

red 117 ◦ green 82 ◦ blue 33

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

Shades of Horses Neck #755221

Tints of Horses Neck #755221

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.34%

 BLUE value IS 33 (13.28% from 255) = 14.22%

R = 50.43%
G = 35.34%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#755221 (or 0x755221) is known color: Horses Neck. HEX triplet: 75, 52 and 21. RGB value is (117,82,33). Sum of RGB (Red+Green+Blue) = 117+82+33=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 33 (13.28% from 255 or 14.22% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #755221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755221 is #8AADDE. Grayscale: #575757. Windows color (decimal): -9088479 or 2183797. OLE color: 2183797.

HSL color Cylindrical-coordinate representation of color #755221: hue angle of 35º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #755221 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 82 33 -
CMYK 0 0.30 0.72 0.54
HSL 35º 0.56% 0.29% -
HSV(B) 35º 0.72% 0.46% -
XYZ 10.63 9.93 2.79 -
YUV 86.88 97.6 149.48 -
System Red Green Blue C M Y K H S L
Decimal 117 82 33 0 0.30 0.72 0.54 35 0.56 0.29
Hex 75 52 21 0 1E 48 36 23 38 1D
Octal 165 122 41 0 36 110 66 43 70 35
Binary 1110101 1010010 100001 0 11110 1001000 110110 100011 111000 11101

Color Harmonies of #755221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755221

Black with #755221

Text Example


Text Example

White with #755221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755221; }

 p { color: rgb(117,82,33); }

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

background-color css

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

 a { background-color: rgb(117,82,33); }

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

border-color css

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

 span { border-color: rgb(117,82,33); }

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