#744C2F

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

Shades of Cape Palliser #744C2F

Tints of Cape Palliser #744C2F

Color information

#744C2F (or 0x744C2F) is unknown color: approx Cape Palliser. HEX triplet: 74, 4C and 2F. RGB value is (116,76,47). Sum of RGB (Red+Green+Blue) = 116+76+47=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 116 - color contains mainly: red. Hex color #744C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744C2F is #8BB3D0. Grayscale: #545454. Windows color (decimal): -9155537 or 3099764. OLE color: 3099764.

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

Color convert

RGB1167647-
CMYK00.340.590.55
HSL25.22º42.33%31.96%-
HSV(B)25.22º59.48%45.49%-
XYZ10.39.093.9-
YUV84.65106.75150.36-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.54%
GREEN value IS 76 (30.08% from 255) = 31.80%
BLUE value IS 47 (18.75% from 255) = 19.67%
R=48.54%
G=31.80%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116764700.340.590.5525.2242.3331.96
Hex744C2F0223B37192a20
Octal164114570427367315240
Binary11101001001100101111010001011101111011111001101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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