#744931

Color #744931 Cape Palliser (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cape Palliser #744931

Tints of Cape Palliser #744931

Color information

#744931 (or 0x744931) is unknown color: approx Cape Palliser. HEX triplet: 74, 49 and 31. RGB value is (116,73,49). Sum of RGB (Red+Green+Blue) = 116+73+49=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 49 (19.53% from 255 or 20.59% from 238); Max value from RGB is 116 - color contains mainly: red. Hex color #744931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744931 is #8BB6CE. Grayscale: #535353. Windows color (decimal): -9156303 or 3230068. OLE color: 3230068.

HSL color Cylindrical-coordinate representation of color #744931: hue angle of 21.49º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #744931 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB1167349-
CMYK00.370.580.55
HSL21.49º40.61%32.35%-
HSV(B)21.49º57.76%45.49%-
XYZ10.148.74.05-
YUV83.12108.75151.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.74%
GREEN value IS 73 (28.91% from 255) = 30.67%
BLUE value IS 49 (19.53% from 255) = 20.59%
R=48.74%
G=30.67%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116734900.370.580.5521.4940.6132.35
Hex7449310253A37152920
Octal164111610457267255140
Binary11101001001001110001010010111101011011110101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744931; }

 p { color: rgb(116,73,49); }

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

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

 a { background-color: rgb(116,73,49); }

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

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

 span { border-color: rgb(116,73,49); }

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