Html Css Color HEX #745520 Horses Neck

📋 copy color: '#745520'

red 116 ◦ green 85 ◦ blue 32

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

Shades of Horses Neck #745520

Tints of Horses Neck #745520

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.48%

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

R = 49.79%
G = 36.48%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#745520 (or 0x745520) is known color: Horses Neck. HEX triplet: 74, 55 and 20. RGB value is (116,85,32). Sum of RGB (Red+Green+Blue) = 116+85+32=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #745520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745520 is #8BAADF. Grayscale: #585858. Windows color (decimal): -9153248 or 2119028. OLE color: 2119028.

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

Color convert

RGB 116 85 32 -
CMYK 0 0.27 0.72 0.55
HSL 37.86º 0.57% 0.29% -
HSV(B) 37.86º 0.72% 0.45% -
XYZ 10.71 10.31 2.79 -
YUV 88.23 96.27 147.81 -
System Red Green Blue C M Y K H S L
Decimal 116 85 32 0 0.27 0.72 0.55 37.86 0.57 0.29
Hex 74 55 20 0 1B 48 37 26 39 1D
Octal 164 125 40 0 33 110 67 46 71 35
Binary 1110100 1010101 100000 0 11011 1001000 110111 100110 111001 11101

Color Harmonies of #745520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745520

Black with #745520

Text Example


Text Example

White with #745520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745520; }

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

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

background-color css

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

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

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

border-color css

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

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

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