#744B32

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

Shades of Cape Palliser #744B32

Tints of Cape Palliser #744B32

Color information

#744B32 (or 0x744B32) is unknown color: approx Cape Palliser. HEX triplet: 74, 4B and 32. RGB value is (116,75,50). Sum of RGB (Red+Green+Blue) = 116+75+50=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #744B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744B32 is #8BB4CD. Grayscale: #545454. Windows color (decimal): -9155790 or 3296116. OLE color: 3296116.

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

Color convert

RGB1167550-
CMYK00.350.570.55
HSL22.73º39.76%32.55%-
HSV(B)22.73º56.9%45.49%-
XYZ10.298.984.21-
YUV84.41108.58150.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.13%
GREEN value IS 75 (29.69% from 255) = 31.12%
BLUE value IS 50 (19.92% from 255) = 20.75%
R=48.13%
G=31.12%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116755000.350.570.5522.7339.7632.55
Hex744B320233937172821
Octal164113620437167275041
Binary11101001001011110010010001111100111011110111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,75,50); }

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

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

 a { background-color: rgb(116,75,50); }

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

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

 span { border-color: rgb(116,75,50); }

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