#72492C

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

Shades of Cape Palliser #72492C

Tints of Cape Palliser #72492C

Color information

#72492C (or 0x72492C) is unknown color: approx Cape Palliser. HEX triplet: 72, 49 and 2C. RGB value is (114,73,44). Sum of RGB (Red+Green+Blue) = 114+73+44=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 44 (17.58% from 255 or 19.05% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #72492C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72492C is #8DB6D3. Grayscale: #525252. Windows color (decimal): -9287380 or 2902386. OLE color: 2902386.

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

Color convert

RGB1147344-
CMYK00.360.610.55
HSL24.86º44.3%30.98%-
HSV(B)24.86º61.4%44.71%-
XYZ9.788.523.51-
YUV81.95106.58150.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.35%
GREEN value IS 73 (28.91% from 255) = 31.60%
BLUE value IS 44 (17.58% from 255) = 19.05%
R=49.35%
G=31.60%
B=19.05%

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
Decimal114734400.360.610.5524.8644.330.98
Hex72492C0243D37192c1f
Octal162111540447567315437
Binary1110010100100110110001001001111011101111100110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72492C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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