#744C2C

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

Shades of Cape Palliser #744C2C

Tints of Cape Palliser #744C2C

Color information

#744C2C (or 0x744C2C) is unknown color: approx Cape Palliser. HEX triplet: 74, 4C and 2C. RGB value is (116,76,44). Sum of RGB (Red+Green+Blue) = 116+76+44=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #744C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744C2C is #8BB3D3. Grayscale: #545454. Windows color (decimal): -9155540 or 2903156. OLE color: 2903156.

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

Color convert

RGB1167644-
CMYK00.340.620.55
HSL26.67º45%31.37%-
HSV(B)26.67º62.07%45.49%-
XYZ10.249.063.59-
YUV84.31105.25150.6-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.15%
GREEN value IS 76 (30.08% from 255) = 32.20%
BLUE value IS 44 (17.58% from 255) = 18.64%
R=49.15%
G=32.20%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116764400.340.620.5526.674531.37
Hex744C2C0223E371b2d1f
Octal164114540427667335537
Binary1110100100110010110001000101111101101111101110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744C2C; }

 p { color: rgb(116,76,44); }

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

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

 a { background-color: rgb(116,76,44); }

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

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

 span { border-color: rgb(116,76,44); }

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