#744D34

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

Shades of Cape Palliser #744D34

Tints of Cape Palliser #744D34

Color information

#744D34 (or 0x744D34) is unknown color: approx Cape Palliser. HEX triplet: 74, 4D and 34. RGB value is (116,77,52). Sum of RGB (Red+Green+Blue) = 116+77+52=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 52 (20.70% from 255 or 21.22% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #744D34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744D34 is #8BB2CB. Grayscale: #555555. Windows color (decimal): -9155276 or 3427700. OLE color: 3427700.

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

Color convert

RGB1167752-
CMYK00.340.550.55
HSL23.44º38.1%32.94%-
HSV(B)23.44º55.17%45.49%-
XYZ10.489.274.49-
YUV85.81108.92149.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.35%
GREEN value IS 77 (30.47% from 255) = 31.43%
BLUE value IS 52 (20.70% from 255) = 21.22%
R=47.35%
G=31.43%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116775200.340.550.5523.4438.132.94
Hex744D340223737172621
Octal164115640426767274641
Binary11101001001101110100010001011011111011110111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,77,52); }

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

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

 a { background-color: rgb(116,77,52); }

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

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

 span { border-color: rgb(116,77,52); }

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