#73492C

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

Shades of Cape Palliser #73492C

Tints of Cape Palliser #73492C

Color information

#73492C (or 0x73492C) is unknown color: approx Cape Palliser. HEX triplet: 73, 49 and 2C. RGB value is (115,73,44). Sum of RGB (Red+Green+Blue) = 115+73+44=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #73492C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73492C is #8CB6D3. Grayscale: #525252. Windows color (decimal): -9221844 or 2902387. OLE color: 2902387.

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

Color convert

RGB1157344-
CMYK00.370.620.55
HSL24.51º44.65%31.18%-
HSV(B)24.51º61.74%45.1%-
XYZ9.918.593.52-
YUV82.25106.41151.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.57%
GREEN value IS 73 (28.91% from 255) = 31.47%
BLUE value IS 44 (17.58% from 255) = 18.97%
R=49.57%
G=31.47%
B=18.97%

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
Decimal115734400.370.620.5524.5144.6531.18
Hex73492C0253E37192d1f
Octal163111540457667315537
Binary1110011100100110110001001011111101101111100110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73492C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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