#724A36

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

Shades of Cape Palliser #724A36

Tints of Cape Palliser #724A36

Color information

#724A36 (or 0x724A36) is unknown color: approx Cape Palliser. HEX triplet: 72, 4A and 36. RGB value is (114,74,54). Sum of RGB (Red+Green+Blue) = 114+74+54=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 54 (21.48% from 255 or 22.31% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #724A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724A36 is #8DB5C9. Grayscale: #535353. Windows color (decimal): -9287114 or 3558002. OLE color: 3558002.

HSL color Cylindrical-coordinate representation of color #724A36: hue angle of 20º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #724A36 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB1147454-
CMYK00.350.530.55
HSL20º35.71%32.94%-
HSV(B)20º52.63%44.71%-
XYZ10.058.744.65-
YUV83.68111.25149.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.11%
GREEN value IS 74 (29.30% from 255) = 30.58%
BLUE value IS 54 (21.48% from 255) = 22.31%
R=47.11%
G=30.58%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114745400.350.530.552035.7132.94
Hex724A360233537142421
Octal162112660436567244441
Binary11100101001010110110010001111010111011110100100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724A36; }

 p { color: rgb(114,74,54); }

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

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

 a { background-color: rgb(114,74,54); }

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

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

 span { border-color: rgb(114,74,54); }

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