#744C30

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

Shades of Cape Palliser #744C30

Tints of Cape Palliser #744C30

Color information

#744C30 (or 0x744C30) is unknown color: approx Cape Palliser. HEX triplet: 74, 4C and 30. RGB value is (116,76,48). Sum of RGB (Red+Green+Blue) = 116+76+48=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #744C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744C30 is #8BB3CF. Grayscale: #545454. Windows color (decimal): -9155536 or 3165300. OLE color: 3165300.

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

Color convert

RGB1167648-
CMYK00.340.590.55
HSL24.71º41.46%32.16%-
HSV(B)24.71º58.62%45.49%-
XYZ10.329.14.01-
YUV84.77107.25150.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.33%
GREEN value IS 76 (30.08% from 255) = 31.67%
BLUE value IS 48 (19.14% from 255) = 20%
R=48.33%
G=31.67%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116764800.340.590.5524.7141.4632.16
Hex744C300223B37192920
Octal164114600427367315140
Binary11101001001100110000010001011101111011111001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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