#744A2B

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

Shades of Cape Palliser #744A2B

Tints of Cape Palliser #744A2B

Color information

#744A2B (or 0x744A2B) is unknown color: approx Cape Palliser. HEX triplet: 74, 4A and 2B. RGB value is (116,74,43). Sum of RGB (Red+Green+Blue) = 116+74+43=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #744A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744A2B is #8BB5D4. Grayscale: #535353. Windows color (decimal): -9156053 or 2837108. OLE color: 2837108.

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

Color convert

RGB1167443-
CMYK00.360.630.55
HSL25.48º45.91%31.18%-
HSV(B)25.48º62.93%45.49%-
XYZ10.098.783.45-
YUV83.02105.41151.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.79%
GREEN value IS 74 (29.30% from 255) = 31.76%
BLUE value IS 43 (17.19% from 255) = 18.45%
R=49.79%
G=31.76%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116744300.360.630.5525.4845.9131.18
Hex744A2B0243F37192e1f
Octal164112530447767315637
Binary1110100100101010101101001001111111101111100110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,74,43); }

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

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

 a { background-color: rgb(116,74,43); }

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

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

 span { border-color: rgb(116,74,43); }

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