Html Css Color HEX #755321 Horses Neck

📋 copy color: '#755321'

red 117 ◦ green 83 ◦ blue 33

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

Shades of Horses Neck #755321

Tints of Horses Neck #755321

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.62%

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

R = 50.21%
G = 35.62%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#755321 (or 0x755321) is known color: Horses Neck. HEX triplet: 75, 53 and 21. RGB value is (117,83,33). Sum of RGB (Red+Green+Blue) = 117+83+33=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 33 (13.28% from 255 or 14.16% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #755321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755321 is #8AACDE. Grayscale: #575757. Windows color (decimal): -9088223 or 2184053. OLE color: 2184053.

HSL color Cylindrical-coordinate representation of color #755321: hue angle of 35.71º 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 #755321 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 83 33 -
CMYK 0 0.29 0.72 0.54
HSL 35.71º 0.56% 0.29% -
HSV(B) 35.71º 0.72% 0.46% -
XYZ 10.7 10.08 2.82 -
YUV 87.47 97.26 149.07 -
System Red Green Blue C M Y K H S L
Decimal 117 83 33 0 0.29 0.72 0.54 35.71 0.56 0.29
Hex 75 53 21 0 1D 48 36 24 38 1D
Octal 165 123 41 0 35 110 66 44 70 35
Binary 1110101 1010011 100001 0 11101 1001000 110110 100100 111000 11101

Color Harmonies of #755321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755321

Black with #755321

Text Example


Text Example

White with #755321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755321; }

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

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

background-color css

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

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

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

border-color css

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

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

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