Html Css Color HEX #745728 Horses Neck

📋 copy color: '#745728'

red 116 ◦ green 87 ◦ blue 40

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

Shades of Horses Neck #745728

Tints of Horses Neck #745728

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.8%

 BLUE value IS 40 (16.02% from 255) = 16.46%

R = 47.74%
G = 35.8%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#745728 (or 0x745728) is known color: Horses Neck. HEX triplet: 74, 57 and 28. RGB value is (116,87,40). Sum of RGB (Red+Green+Blue) = 116+87+40=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 87 (34.38% from 255 or 35.80% from 243); Blue value is 40 (16.02% from 255 or 16.46% from 243); Max value from RGB is 116 - color contains mainly: red. Hex color #745728 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745728 is #8BA8D7. Grayscale: #5A5A5A. Windows color (decimal): -9152728 or 2643828. OLE color: 2643828.

HSL color Cylindrical-coordinate representation of color #745728: hue angle of 37.11º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #745728 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 87 40 -
CMYK 0 0.25 0.66 0.55
HSL 37.11º 0.49% 0.31% -
HSV(B) 37.11º 0.66% 0.45% -
XYZ 10.99 10.68 3.49 -
YUV 90.31 99.61 146.32 -
System Red Green Blue C M Y K H S L
Decimal 116 87 40 0 0.25 0.66 0.55 37.11 0.49 0.31
Hex 74 57 28 0 19 42 37 25 31 1F
Octal 164 127 50 0 31 102 67 45 61 37
Binary 1110100 1010111 101000 0 11001 1000010 110111 100101 110001 11111

Color Harmonies of #745728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745728

Black with #745728

Text Example


Text Example

White with #745728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745728; }

 p { color: rgb(116,87,40); }

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

background-color css

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

 a { background-color: rgb(116,87,40); }

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

border-color css

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

 span { border-color: rgb(116,87,40); }

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