#73482E

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

Shades of Cape Palliser #73482E

Tints of Cape Palliser #73482E

Color information

#73482E (or 0x73482E) is unknown color: approx Cape Palliser. HEX triplet: 73, 48 and 2E. RGB value is (115,72,46). Sum of RGB (Red+Green+Blue) = 115+72+46=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 46 (18.36% from 255 or 19.74% from 233); Max value from RGB is 115 - color contains mainly: red. Hex color #73482E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73482E is #8CB7D1. Grayscale: #525252. Windows color (decimal): -9222098 or 3033203. OLE color: 3033203.

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

Color convert

RGB1157246-
CMYK00.370.60.55
HSL22.61º42.86%31.57%-
HSV(B)22.61º60%45.1%-
XYZ9.888.483.7-
YUV81.89107.75151.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.36%
GREEN value IS 72 (28.52% from 255) = 30.90%
BLUE value IS 46 (18.36% from 255) = 19.74%
R=49.36%
G=30.90%
B=19.74%

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
Decimal115724600.370.60.5522.6142.8631.57
Hex73482E0253C37172b20
Octal163110560457467275340
Binary11100111001000101110010010111110011011110111101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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