#73482F

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

Shades of Cape Palliser #73482F

Tints of Cape Palliser #73482F

Color information

#73482F (or 0x73482F) is unknown color: approx Cape Palliser. HEX triplet: 73, 48 and 2F. RGB value is (115,72,47). Sum of RGB (Red+Green+Blue) = 115+72+47=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 115 - color contains mainly: red. Hex color #73482F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73482F is #8CB7D0. Grayscale: #525252. Windows color (decimal): -9222097 or 3098739. OLE color: 3098739.

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

Color convert

RGB1157247-
CMYK00.370.590.55
HSL22.06º41.98%31.76%-
HSV(B)22.06º59.13%45.1%-
XYZ9.98.483.81-
YUV82.01108.25151.53-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.15%
GREEN value IS 72 (28.52% from 255) = 30.77%
BLUE value IS 47 (18.75% from 255) = 20.09%
R=49.15%
G=30.77%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115724700.370.590.5522.0641.9831.76
Hex73482F0253B37162a20
Octal163110570457367265240
Binary11100111001000101111010010111101111011110110101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73482F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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