#72492D

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

Shades of Cape Palliser #72492D

Tints of Cape Palliser #72492D

Color information

#72492D (or 0x72492D) is unknown color: approx Cape Palliser. HEX triplet: 72, 49 and 2D. RGB value is (114,73,45). Sum of RGB (Red+Green+Blue) = 114+73+45=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #72492D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72492D is #8DB6D2. Grayscale: #525252. Windows color (decimal): -9287379 or 2967922. OLE color: 2967922.

HSL color Cylindrical-coordinate representation of color #72492D: hue angle of 24.35º degrees, saturation: 0.43, 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 #72492D is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB1147345-
CMYK00.360.610.55
HSL24.35º43.4%31.18%-
HSV(B)24.35º60.53%44.71%-
XYZ9.88.533.61-
YUV82.07107.08150.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.14%
GREEN value IS 73 (28.91% from 255) = 31.47%
BLUE value IS 45 (17.97% from 255) = 19.40%
R=49.14%
G=31.47%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114734500.360.610.5524.3543.431.18
Hex72492D0243D37182b1f
Octal162111550447567305337
Binary1110010100100110110101001001111011101111100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72492D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72492D; }

 p { color: rgb(114,73,45); }

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

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

 a { background-color: rgb(114,73,45); }

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

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

 span { border-color: rgb(114,73,45); }

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