#73482D

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

Shades of Cape Palliser #73482D

Tints of Cape Palliser #73482D

Color information

#73482D (or 0x73482D) is unknown color: approx Cape Palliser. HEX triplet: 73, 48 and 2D. RGB value is (115,72,45). Sum of RGB (Red+Green+Blue) = 115+72+45=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #73482D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73482D is #8CB7D2. Grayscale: #515151. Windows color (decimal): -9222099 or 2967667. OLE color: 2967667.

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

Color convert

RGB1157245-
CMYK00.370.610.55
HSL23.14º43.75%31.37%-
HSV(B)23.14º60.87%45.1%-
XYZ9.868.473.6-
YUV81.78107.25151.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.57%
GREEN value IS 72 (28.52% from 255) = 31.03%
BLUE value IS 45 (17.97% from 255) = 19.40%
R=49.57%
G=31.03%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115724500.370.610.5523.1443.7531.37
Hex73482D0253D37172c1f
Octal163110550457567275437
Binary1110011100100010110101001011111011101111011110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73482D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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