#745D1D

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

Shades of Horses Neck #745D1D

Tints of Horses Neck #745D1D

Color information

#745D1D (or 0x745D1D) is unknown color: approx Horses Neck. HEX triplet: 74, 5D and 1D. RGB value is (116,93,29). Sum of RGB (Red+Green+Blue) = 116+93+29=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 93 (36.72% from 255 or 39.08% from 238); Blue value is 29 (11.72% from 255 or 12.18% from 238); Max value from RGB is 116 - color contains mainly: red. Hex color #745D1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745D1D is #8BA2E2. Grayscale: #5C5C5C. Windows color (decimal): -9151203 or 1924468. OLE color: 1924468.

HSL color Cylindrical-coordinate representation of color #745D1D: hue angle of 44.14º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #745D1D is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB1169329-
CMYK00.200.750.55
HSL44.14º60%28.43%-
HSV(B)44.14º75%45.49%-
XYZ11.3411.632.81-
YUV92.5892.12144.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.74%
GREEN value IS 93 (36.72% from 255) = 39.08%
BLUE value IS 29 (11.72% from 255) = 12.18%
R=48.74%
G=39.08%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116932900.200.750.5544.146028.43
Hex745D1D0144B372c3c1c
Octal1641353502411367547434
Binary1110100101110111101010100100101111011110110011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,93,29); }

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

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

 a { background-color: rgb(116,93,29); }

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

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

 span { border-color: rgb(116,93,29); }

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