#72482C

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

Shades of Cape Palliser #72482C

Tints of Cape Palliser #72482C

Color information

#72482C (or 0x72482C) is unknown color: approx Cape Palliser. HEX triplet: 72, 48 and 2C. RGB value is (114,72,44). Sum of RGB (Red+Green+Blue) = 114+72+44=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 44 (17.58% from 255 or 19.13% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #72482C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72482C is #8DB7D3. Grayscale: #515151. Windows color (decimal): -9287636 or 2902130. OLE color: 2902130.

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

Color convert

RGB1147244-
CMYK00.370.610.55
HSL24º44.3%30.98%-
HSV(B)24º61.4%44.71%-
XYZ9.718.393.49-
YUV81.37106.91151.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.57%
GREEN value IS 72 (28.52% from 255) = 31.30%
BLUE value IS 44 (17.58% from 255) = 19.13%
R=49.57%
G=31.30%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114724400.370.610.552444.330.98
Hex72482C0253D37182c1f
Octal162110540457567305437
Binary1110010100100010110001001011111011101111100010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72482C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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