Html Css Color HEX #745220 Horses Neck

📋 copy color: '#745220'

red 116 ◦ green 82 ◦ blue 32

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

Shades of Horses Neck #745220

Tints of Horses Neck #745220

RGB

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

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

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

R = 50.43%
G = 35.65%
B = 13.91%

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

#745220 (or 0x745220) is known color: Horses Neck. HEX triplet: 74, 52 and 20. RGB value is (116,82,32). Sum of RGB (Red+Green+Blue) = 116+82+32=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #745220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745220 is #8BADDF. Grayscale: #565656. Windows color (decimal): -9154016 or 2118260. OLE color: 2118260.

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

Color convert

RGB 116 82 32 -
CMYK 0 0.29 0.72 0.55
HSL 35.71º 0.57% 0.29% -
HSV(B) 35.71º 0.72% 0.45% -
XYZ 10.48 9.85 2.72 -
YUV 86.47 97.26 149.07 -
System Red Green Blue C M Y K H S L
Decimal 116 82 32 0 0.29 0.72 0.55 35.71 0.57 0.29
Hex 74 52 20 0 1D 48 37 24 39 1D
Octal 164 122 40 0 35 110 67 44 71 35
Binary 1110100 1010010 100000 0 11101 1001000 110111 100100 111001 11101

Color Harmonies of #745220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745220

Black with #745220

Text Example


Text Example

White with #745220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745220; }

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

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

background-color css

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

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

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

border-color css

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

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

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