Html Css Color HEX #745221 Horses Neck

📋 copy color: '#745221'

red 116 ◦ green 82 ◦ blue 33

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

Shades of Horses Neck #745221

Tints of Horses Neck #745221

RGB

 RED value IS 116 (45.7% from 255) = 50.22%

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

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

R = 50.22%
G = 35.5%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#745221 (or 0x745221) is known color: Horses Neck. HEX triplet: 74, 52 and 21. RGB value is (116,82,33). Sum of RGB (Red+Green+Blue) = 116+82+33=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 33 (13.28% from 255 or 14.29% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #745221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745221 is #8BADDE. Grayscale: #565656. Windows color (decimal): -9154015 or 2183796. OLE color: 2183796.

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

Color convert

RGB 116 82 33 -
CMYK 0 0.29 0.72 0.55
HSL 35.42º 0.56% 0.29% -
HSV(B) 35.42º 0.72% 0.45% -
XYZ 10.49 9.86 2.79 -
YUV 86.58 97.76 148.98 -
System Red Green Blue C M Y K H S L
Decimal 116 82 33 0 0.29 0.72 0.55 35.42 0.56 0.29
Hex 74 52 21 0 1D 48 37 23 38 1D
Octal 164 122 41 0 35 110 67 43 70 35
Binary 1110100 1010010 100001 0 11101 1001000 110111 100011 111000 11101

Color Harmonies of #745221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745221

Black with #745221

Text Example


Text Example

White with #745221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745221; }

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

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

background-color css

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

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

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

border-color css

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

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

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