#744B35

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

Shades of Cape Palliser #744B35

Tints of Cape Palliser #744B35

Color information

#744B35 (or 0x744B35) is unknown color: approx Cape Palliser. HEX triplet: 74, 4B and 35. RGB value is (116,75,53). Sum of RGB (Red+Green+Blue) = 116+75+53=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 75 (29.69% from 255 or 30.74% from 244); Blue value is 53 (21.09% from 255 or 21.72% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #744B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744B35 is #8BB4CA. Grayscale: #545454. Windows color (decimal): -9155787 or 3492724. OLE color: 3492724.

HSL color Cylindrical-coordinate representation of color #744B35: hue angle of 20.95º 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 #744B35 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB1167553-
CMYK00.350.540.55
HSL20.95º37.28%33.14%-
HSV(B)20.95º54.31%45.49%-
XYZ10.3694.56-
YUV84.75110.08150.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.54%
GREEN value IS 75 (29.69% from 255) = 30.74%
BLUE value IS 53 (21.09% from 255) = 21.72%
R=47.54%
G=30.74%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116755300.350.540.5520.9537.2833.14
Hex744B350233637152521
Octal164113650436667254541
Binary11101001001011110101010001111011011011110101100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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