Html Css Color HEX #745523 Horses Neck

📋 copy color: '#745523'

red 116 ◦ green 85 ◦ blue 35

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

Shades of Horses Neck #745523

Tints of Horses Neck #745523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.83%

R = 49.15%
G = 36.02%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#745523 (or 0x745523) is known color: Horses Neck. HEX triplet: 74, 55 and 23. RGB value is (116,85,35). Sum of RGB (Red+Green+Blue) = 116+85+35=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 35 (14.06% from 255 or 14.83% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #745523 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745523 is #8BAADC. Grayscale: #585858. Windows color (decimal): -9153245 or 2315636. OLE color: 2315636.

HSL color Cylindrical-coordinate representation of color #745523: hue angle of 37.04º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #745523 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 85 35 -
CMYK 0 0.27 0.70 0.55
HSL 37.04º 0.54% 0.3% -
HSV(B) 37.04º 0.7% 0.45% -
XYZ 10.75 10.33 3.02 -
YUV 88.57 97.77 147.57 -
System Red Green Blue C M Y K H S L
Decimal 116 85 35 0 0.27 0.70 0.55 37.04 0.54 0.3
Hex 74 55 23 0 1B 46 37 25 36 1E
Octal 164 125 43 0 33 106 67 45 66 36
Binary 1110100 1010101 100011 0 11011 1000110 110111 100101 110110 11110

Color Harmonies of #745523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745523

Black with #745523

Text Example


Text Example

White with #745523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745523; }

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

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

background-color css

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

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

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

border-color css

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

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

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