#72462D

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

Shades of Cape Palliser #72462D

Tints of Cape Palliser #72462D

Color information

#72462D (or 0x72462D) is unknown color: approx Cape Palliser. HEX triplet: 72, 46 and 2D. RGB value is (114,70,45). Sum of RGB (Red+Green+Blue) = 114+70+45=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #72462D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72462D is #8DB9D2. Grayscale: #505050. Windows color (decimal): -9288147 or 2967154. OLE color: 2967154.

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

Color convert

RGB1147045-
CMYK00.390.610.55
HSL21.74º43.4%31.18%-
HSV(B)21.74º60.53%44.71%-
XYZ9.68.153.55-
YUV80.31108.08152.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.78%
GREEN value IS 70 (27.73% from 255) = 30.57%
BLUE value IS 45 (17.97% from 255) = 19.65%
R=49.78%
G=30.57%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114704500.390.610.5521.7443.431.18
Hex72462D0273D37162b1f
Octal162106550477567265337
Binary1110010100011010110101001111111011101111011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72462D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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