#72492F

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

Shades of Cape Palliser #72492F

Tints of Cape Palliser #72492F

Color information

#72492F (or 0x72492F) is unknown color: approx Cape Palliser. HEX triplet: 72, 49 and 2F. RGB value is (114,73,47). Sum of RGB (Red+Green+Blue) = 114+73+47=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #72492F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72492F is #8DB6D0. Grayscale: #525252. Windows color (decimal): -9287377 or 3098994. OLE color: 3098994.

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

Color convert

RGB1147347-
CMYK00.360.590.55
HSL23.28º41.61%31.57%-
HSV(B)23.28º58.77%44.71%-
XYZ9.848.553.82-
YUV82.3108.08150.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.72%
GREEN value IS 73 (28.91% from 255) = 31.20%
BLUE value IS 47 (18.75% from 255) = 20.09%
R=48.72%
G=31.20%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114734700.360.590.5523.2841.6131.57
Hex72492F0243B37172a20
Octal162111570447367275240
Binary11100101001001101111010010011101111011110111101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72492F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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