#744C31

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

Shades of Cape Palliser #744C31

Tints of Cape Palliser #744C31

Color information

#744C31 (or 0x744C31) is unknown color: approx Cape Palliser. HEX triplet: 74, 4C and 31. RGB value is (116,76,49). Sum of RGB (Red+Green+Blue) = 116+76+49=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 49 (19.53% from 255 or 20.33% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #744C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744C31 is #8BB3CE. Grayscale: #555555. Windows color (decimal): -9155535 or 3230836. OLE color: 3230836.

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

Color convert

RGB1167649-
CMYK00.340.580.55
HSL24.18º40.61%32.35%-
HSV(B)24.18º57.76%45.49%-
XYZ10.349.14.12-
YUV84.88107.75150.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.13%
GREEN value IS 76 (30.08% from 255) = 31.54%
BLUE value IS 49 (19.53% from 255) = 20.33%
R=48.13%
G=31.54%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116764900.340.580.5524.1840.6132.35
Hex744C310223A37182920
Octal164114610427267305140
Binary11101001001100110001010001011101011011111000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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