#71492D

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

Shades of Cape Palliser #71492D

Tints of Cape Palliser #71492D

Color information

#71492D (or 0x71492D) is unknown color: approx Cape Palliser. HEX triplet: 71, 49 and 2D. RGB value is (113,73,45). Sum of RGB (Red+Green+Blue) = 113+73+45=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #71492D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71492D is #8EB6D2. Grayscale: #515151. Windows color (decimal): -9352915 or 2967921. OLE color: 2967921.

HSL color Cylindrical-coordinate representation of color #71492D: hue angle of 24.71º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #71492D is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB1137345-
CMYK00.350.600.56
HSL24.71º43.04%30.98%-
HSV(B)24.71º60.18%44.31%-
XYZ9.678.473.61-
YUV81.77107.25150.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.92%
GREEN value IS 73 (28.91% from 255) = 31.60%
BLUE value IS 45 (17.97% from 255) = 19.48%
R=48.92%
G=31.60%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113734500.350.600.5624.7143.0430.98
Hex71492D0233C38192b1f
Octal161111550437470315337
Binary1110001100100110110101000111111001110001100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71492D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,73,45); }

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

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

 a { background-color: rgb(113,73,45); }

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

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

 span { border-color: rgb(113,73,45); }

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