#744C35

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

Shades of Cape Palliser #744C35

Tints of Cape Palliser #744C35

Color information

#744C35 (or 0x744C35) is unknown color: approx Cape Palliser. HEX triplet: 74, 4C and 35. RGB value is (116,76,53). Sum of RGB (Red+Green+Blue) = 116+76+53=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 53 (21.09% from 255 or 21.63% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #744C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744C35 is #8BB3CA. Grayscale: #555555. Windows color (decimal): -9155531 or 3492980. OLE color: 3492980.

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

Color convert

RGB1167653-
CMYK00.340.540.55
HSL21.9º37.28%33.14%-
HSV(B)21.9º54.31%45.49%-
XYZ10.439.144.58-
YUV85.34109.75149.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.35%
GREEN value IS 76 (30.08% from 255) = 31.02%
BLUE value IS 53 (21.09% from 255) = 21.63%
R=47.35%
G=31.02%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116765300.340.540.5521.937.2833.14
Hex744C350223637162521
Octal164114650426667264541
Binary11101001001100110101010001011011011011110110100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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