#744835

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

Shades of Cape Palliser #744835

Tints of Cape Palliser #744835

Color information

#744835 (or 0x744835) is unknown color: approx Cape Palliser. HEX triplet: 74, 48 and 35. RGB value is (116,72,53). Sum of RGB (Red+Green+Blue) = 116+72+53=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #744835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744835 is #8BB7CA. Grayscale: #535353. Windows color (decimal): -9156555 or 3491956. OLE color: 3491956.

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

Color convert

RGB1167253-
CMYK00.380.540.55
HSL18.1º37.28%33.14%-
HSV(B)18.1º54.31%45.49%-
XYZ10.168.64.49-
YUV82.99111.08151.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.13%
GREEN value IS 72 (28.52% from 255) = 29.88%
BLUE value IS 53 (21.09% from 255) = 21.99%
R=48.13%
G=29.88%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116725300.380.540.5518.137.2833.14
Hex7448350263637122521
Octal164110650466667224541
Binary11101001001000110101010011011011011011110010100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744835; }

 p { color: rgb(116,72,53); }

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

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

 a { background-color: rgb(116,72,53); }

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

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

 span { border-color: rgb(116,72,53); }

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