#744927

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

Shades of Cape Palliser #744927

Tints of Cape Palliser #744927

Color information

#744927 (or 0x744927) is unknown color: approx Cape Palliser. HEX triplet: 74, 49 and 27. RGB value is (116,73,39). Sum of RGB (Red+Green+Blue) = 116+73+39=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 39 (15.62% from 255 or 17.11% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #744927 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744927 is #8BB6D8. Grayscale: #525252. Windows color (decimal): -9156313 or 2574708. OLE color: 2574708.

HSL color Cylindrical-coordinate representation of color #744927: hue angle of 26.49º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #744927 is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB1167339-
CMYK00.370.660.55
HSL26.49º49.68%30.39%-
HSV(B)26.49º66.38%45.49%-
XYZ9.958.623.06-
YUV81.98103.75152.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.88%
GREEN value IS 73 (28.91% from 255) = 32.02%
BLUE value IS 39 (15.62% from 255) = 17.11%
R=50.88%
G=32.02%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116733900.370.660.5526.4949.6830.39
Hex74492702542371a321e
Octal1641114704510267326236
Binary11101001001001100111010010110000101101111101011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744927; }

 p { color: rgb(116,73,39); }

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

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

 a { background-color: rgb(116,73,39); }

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

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

 span { border-color: rgb(116,73,39); }

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