#72492B

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

Shades of Cape Palliser #72492B

Tints of Cape Palliser #72492B

Color information

#72492B (or 0x72492B) is unknown color: approx Cape Palliser. HEX triplet: 72, 49 and 2B. RGB value is (114,73,43). Sum of RGB (Red+Green+Blue) = 114+73+43=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 43 (17.19% from 255 or 18.70% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #72492B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72492B is #8DB6D4. Grayscale: #525252. Windows color (decimal): -9287381 or 2836850. OLE color: 2836850.

HSL color Cylindrical-coordinate representation of color #72492B: hue angle of 25.35º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #72492B is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB1147343-
CMYK00.360.620.55
HSL25.35º45.22%30.78%-
HSV(B)25.35º62.28%44.71%-
XYZ9.768.523.42-
YUV81.84106.08150.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.57%
GREEN value IS 73 (28.91% from 255) = 31.74%
BLUE value IS 43 (17.19% from 255) = 18.70%
R=49.57%
G=31.74%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114734300.360.620.5525.3545.2230.78
Hex72492B0243E37192d1f
Octal162111530447667315537
Binary1110010100100110101101001001111101101111100110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72492B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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