#73492E

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

Shades of Cape Palliser #73492E

Tints of Cape Palliser #73492E

Color information

#73492E (or 0x73492E) is unknown color: approx Cape Palliser. HEX triplet: 73, 49 and 2E. RGB value is (115,73,46). Sum of RGB (Red+Green+Blue) = 115+73+46=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 46 (18.36% from 255 or 19.66% from 234); Max value from RGB is 115 - color contains mainly: red. Hex color #73492E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73492E is #8CB6D1. Grayscale: #525252. Windows color (decimal): -9221842 or 3033459. OLE color: 3033459.

HSL color Cylindrical-coordinate representation of color #73492E: hue angle of 23.48º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #73492E is Cyan = 0, Magento = 0.37, Yellow = 0.6 and Black (K on CMYK) = 0.55.

Color convert

RGB1157346-
CMYK00.370.60.55
HSL23.48º42.86%31.57%-
HSV(B)23.48º60%45.1%-
XYZ9.958.613.72-
YUV82.48107.41151.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.15%
GREEN value IS 73 (28.91% from 255) = 31.20%
BLUE value IS 46 (18.36% from 255) = 19.66%
R=49.15%
G=31.20%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.6
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115734600.370.60.5523.4842.8631.57
Hex73492E0253C37172b20
Octal163111560457467275340
Binary11100111001001101110010010111110011011110111101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73492E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73492E; }

 p { color: rgb(115,73,46); }

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

<style>
 a { background-color: #73492E; }

 a { background-color: rgb(115,73,46); }

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

<style>
 span { border-color: #73492E; }

 span { border-color: rgb(115,73,46); }

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