#745C1E

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

Shades of Horses Neck #745C1E

Tints of Horses Neck #745C1E

Color information

#745C1E (or 0x745C1E) is unknown color: approx Horses Neck. HEX triplet: 74, 5C and 1E. RGB value is (116,92,30). Sum of RGB (Red+Green+Blue) = 116+92+30=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 92 (36.33% from 255 or 38.66% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 116 - color contains mainly: red. Hex color #745C1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745C1E is #8BA3E1. Grayscale: #5C5C5C. Windows color (decimal): -9151458 or 1989748. OLE color: 1989748.

HSL color Cylindrical-coordinate representation of color #745C1E: hue angle of 43.26º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #745C1E is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB1169230-
CMYK00.210.740.55
HSL43.26º58.9%28.63%-
HSV(B)43.26º74.14%45.49%-
XYZ11.2611.462.85-
YUV92.1192.95145.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.74%
GREEN value IS 92 (36.33% from 255) = 38.66%
BLUE value IS 30 (12.11% from 255) = 12.61%
R=48.74%
G=38.66%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116923000.210.740.5543.2658.928.63
Hex745C1E0154A372b3b1d
Octal1641343602511267537335
Binary1110100101110011110010101100101011011110101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,92,30); }

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

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

 a { background-color: rgb(116,92,30); }

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

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

 span { border-color: rgb(116,92,30); }

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