#744C2D

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

Shades of Cape Palliser #744C2D

Tints of Cape Palliser #744C2D

Color information

#744C2D (or 0x744C2D) is unknown color: approx Cape Palliser. HEX triplet: 74, 4C and 2D. RGB value is (116,76,45). Sum of RGB (Red+Green+Blue) = 116+76+45=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #744C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744C2D is #8BB3D2. Grayscale: #545454. Windows color (decimal): -9155539 or 2968692. OLE color: 2968692.

HSL color Cylindrical-coordinate representation of color #744C2D: hue angle of 26.2º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #744C2D is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB1167645-
CMYK00.340.610.55
HSL26.2º44.1%31.57%-
HSV(B)26.2º61.21%45.49%-
XYZ10.269.073.69-
YUV84.43105.75150.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.95%
GREEN value IS 76 (30.08% from 255) = 32.07%
BLUE value IS 45 (17.97% from 255) = 18.99%
R=48.95%
G=32.07%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116764500.340.610.5526.244.131.57
Hex744C2D0223D371a2c20
Octal164114550427567325440
Binary11101001001100101101010001011110111011111010101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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