#744A28

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

Shades of Cape Palliser #744A28

Tints of Cape Palliser #744A28

Color information

#744A28 (or 0x744A28) is unknown color: approx Cape Palliser. HEX triplet: 74, 4A and 28. RGB value is (116,74,40). Sum of RGB (Red+Green+Blue) = 116+74+40=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 40 (16.02% from 255 or 17.39% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #744A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744A28 is #8BB5D7. Grayscale: #525252. Windows color (decimal): -9156056 or 2640500. OLE color: 2640500.

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

Color convert

RGB1167440-
CMYK00.360.660.55
HSL26.84º48.72%30.59%-
HSV(B)26.84º65.52%45.49%-
XYZ10.038.763.17-
YUV82.68103.91151.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.43%
GREEN value IS 74 (29.30% from 255) = 32.17%
BLUE value IS 40 (16.02% from 255) = 17.39%
R=50.43%
G=32.17%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116744000.360.660.5526.8448.7230.59
Hex744A2802442371b311f
Octal1641125004410267336137
Binary11101001001010101000010010010000101101111101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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