#724A2C

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

Shades of Cape Palliser #724A2C

Tints of Cape Palliser #724A2C

Color information

#724A2C (or 0x724A2C) is unknown color: approx Cape Palliser. HEX triplet: 72, 4A and 2C. RGB value is (114,74,44). Sum of RGB (Red+Green+Blue) = 114+74+44=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #724A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724A2C is #8DB5D3. Grayscale: #525252. Windows color (decimal): -9287124 or 2902642. OLE color: 2902642.

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

Color convert

RGB1147444-
CMYK00.350.610.55
HSL25.71º44.3%30.98%-
HSV(B)25.71º61.4%44.71%-
XYZ9.848.663.54-
YUV82.54106.25150.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.14%
GREEN value IS 74 (29.30% from 255) = 31.90%
BLUE value IS 44 (17.58% from 255) = 18.97%
R=49.14%
G=31.90%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114744400.350.610.5525.7144.330.98
Hex724A2C0233D371a2c1f
Octal162112540437567325437
Binary1110010100101010110001000111111011101111101010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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