#73482C

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

Shades of Cape Palliser #73482C

Tints of Cape Palliser #73482C

Color information

#73482C (or 0x73482C) is unknown color: approx Cape Palliser. HEX triplet: 73, 48 and 2C. RGB value is (115,72,44). Sum of RGB (Red+Green+Blue) = 115+72+44=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 44 (17.58% from 255 or 19.05% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #73482C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73482C is #8CB7D3. Grayscale: #515151. Windows color (decimal): -9222100 or 2902131. OLE color: 2902131.

HSL color Cylindrical-coordinate representation of color #73482C: hue angle of 23.66º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #73482C is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB1157244-
CMYK00.370.620.55
HSL23.66º44.65%31.18%-
HSV(B)23.66º61.74%45.1%-
XYZ9.848.463.5-
YUV81.67106.75151.78-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.78%
GREEN value IS 72 (28.52% from 255) = 31.17%
BLUE value IS 44 (17.58% from 255) = 19.05%
R=49.78%
G=31.17%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115724400.370.620.5523.6644.6531.18
Hex73482C0253E37182d1f
Octal163110540457667305537
Binary1110011100100010110001001011111101101111100010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73482C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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