#744C33

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

Shades of Cape Palliser #744C33

Tints of Cape Palliser #744C33

Color information

#744C33 (or 0x744C33) is unknown color: approx Cape Palliser. HEX triplet: 74, 4C and 33. RGB value is (116,76,51). Sum of RGB (Red+Green+Blue) = 116+76+51=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 51 (20.31% from 255 or 20.99% from 243); Max value from RGB is 116 - color contains mainly: red. Hex color #744C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744C33 is #8BB3CC. Grayscale: #555555. Windows color (decimal): -9155533 or 3361908. OLE color: 3361908.

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

Color convert

RGB1167651-
CMYK00.340.560.55
HSL23.08º38.92%32.75%-
HSV(B)23.08º56.03%45.49%-
XYZ10.389.124.35-
YUV85.11108.75150.03-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.74%
GREEN value IS 76 (30.08% from 255) = 31.28%
BLUE value IS 51 (20.31% from 255) = 20.99%
R=47.74%
G=31.28%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116765100.340.560.5523.0838.9232.75
Hex744C330223837172721
Octal164114630427067274741
Binary11101001001100110011010001011100011011110111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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