#745A2A

Color #745A2A Horses Neck (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Horses Neck #745A2A

Tints of Horses Neck #745A2A

Color information

#745A2A (or 0x745A2A) is unknown color: approx Horses Neck. HEX triplet: 74, 5A and 2A. RGB value is (116,90,42). Sum of RGB (Red+Green+Blue) = 116+90+42=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 116 - color contains mainly: red. Hex color #745A2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745A2A is #8BA5D5. Grayscale: #5C5C5C. Windows color (decimal): -9151958 or 2775668. OLE color: 2775668.

HSL color Cylindrical-coordinate representation of color #745A2A: hue angle of 38.92º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #745A2A is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB1169042-
CMYK00.220.640.55
HSL38.92º46.84%30.98%-
HSV(B)38.92º63.79%45.49%-
XYZ11.2811.193.76-
YUV92.399.61144.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.77%
GREEN value IS 90 (35.55% from 255) = 36.29%
BLUE value IS 42 (16.80% from 255) = 16.94%
R=46.77%
G=36.29%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116904200.220.640.5538.9246.8430.98
Hex745A2A0164037272f1f
Octal1641325202610067475737
Binary11101001011010101010010110100000011011110011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745A2A; }

 p { color: rgb(116,90,42); }

 H1.HeaderClassName
 {
   color: #745A2A;
 }
 .AnyTagClassName
 {
   color: #745A2A;
 }
</style>
background-color css

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

 a { background-color: rgb(116,90,42); }

 div.DivClassName
 {
   background-color: #745A2A;
 }
 .BgClassName
 {
   background-color: #745A2A;
 }
</style>
border-color css

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

 span { border-color: rgb(116,90,42); }

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