#73482B

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

Shades of Cape Palliser #73482B

Tints of Cape Palliser #73482B

Color information

#73482B (or 0x73482B) is unknown color: approx Cape Palliser. HEX triplet: 73, 48 and 2B. RGB value is (115,72,43). Sum of RGB (Red+Green+Blue) = 115+72+43=230 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 43 (17.19% from 255 or 18.70% from 230); Max value from RGB is 115 - color contains mainly: red. Hex color #73482B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73482B is #8CB7D4. Grayscale: #515151. Windows color (decimal): -9222101 or 2836595. OLE color: 2836595.

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

Color convert

RGB1157243-
CMYK00.370.630.55
HSL24.17º45.57%30.98%-
HSV(B)24.17º62.61%45.1%-
XYZ9.828.453.4-
YUV81.55106.25151.86-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50%
GREEN value IS 72 (28.52% from 255) = 31.30%
BLUE value IS 43 (17.19% from 255) = 18.70%
R=50%
G=31.30%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115724300.370.630.5524.1745.5730.98
Hex73482B0253F37182e1f
Octal163110530457767305637
Binary1110011100100010101101001011111111101111100010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73482B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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