#72472D

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

Shades of Cape Palliser #72472D

Tints of Cape Palliser #72472D

Color information

#72472D (or 0x72472D) is unknown color: approx Cape Palliser. HEX triplet: 72, 47 and 2D. RGB value is (114,71,45). Sum of RGB (Red+Green+Blue) = 114+71+45=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #72472D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72472D is #8DB8D2. Grayscale: #515151. Windows color (decimal): -9287891 or 2967410. OLE color: 2967410.

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

Color convert

RGB1147145-
CMYK00.380.610.55
HSL22.61º43.4%31.18%-
HSV(B)22.61º60.53%44.71%-
XYZ9.678.273.57-
YUV80.89107.75151.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.57%
GREEN value IS 71 (28.12% from 255) = 30.87%
BLUE value IS 45 (17.97% from 255) = 19.57%
R=49.57%
G=30.87%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114714500.380.610.5522.6143.431.18
Hex72472D0263D37172b1f
Octal162107550467567275337
Binary1110010100011110110101001101111011101111011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72472D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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