#72472B

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

Shades of Cape Palliser #72472B

Tints of Cape Palliser #72472B

Color information

#72472B (or 0x72472B) is unknown color: approx Cape Palliser. HEX triplet: 72, 47 and 2B. RGB value is (114,71,43). Sum of RGB (Red+Green+Blue) = 114+71+43=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #72472B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72472B is #8DB8D4. Grayscale: #505050. Windows color (decimal): -9287893 or 2836338. OLE color: 2836338.

HSL color Cylindrical-coordinate representation of color #72472B: hue angle of 23.66º 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 #72472B is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB1147143-
CMYK00.380.620.55
HSL23.66º45.22%30.78%-
HSV(B)23.66º62.28%44.71%-
XYZ9.638.263.37-
YUV80.67106.75151.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50%
GREEN value IS 71 (28.12% from 255) = 31.14%
BLUE value IS 43 (17.19% from 255) = 18.86%
R=50%
G=31.14%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114714300.380.620.5523.6645.2230.78
Hex72472B0263E37182d1f
Octal162107530467667305537
Binary1110010100011110101101001101111101101111100010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72472B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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