#71462C

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

Shades of Cape Palliser #71462C

Tints of Cape Palliser #71462C

Color information

#71462C (or 0x71462C) is unknown color: approx Cape Palliser. HEX triplet: 71, 46 and 2C. RGB value is (113,70,44). Sum of RGB (Red+Green+Blue) = 113+70+44=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #71462C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71462C is #8EB9D3. Grayscale: #505050. Windows color (decimal): -9353684 or 2901617. OLE color: 2901617.

HSL color Cylindrical-coordinate representation of color #71462C: hue angle of 22.61º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #71462C is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB1137044-
CMYK00.380.610.56
HSL22.61º43.95%30.78%-
HSV(B)22.61º61.06%44.31%-
XYZ9.458.073.44-
YUV79.89107.75151.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.78%
GREEN value IS 70 (27.73% from 255) = 30.84%
BLUE value IS 44 (17.58% from 255) = 19.38%
R=49.78%
G=30.84%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113704400.380.610.5622.6143.9530.78
Hex71462C0263D38172c1f
Octal161106540467570275437
Binary1110001100011010110001001101111011110001011110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71462C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,70,44); }

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

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

 a { background-color: rgb(113,70,44); }

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

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

 span { border-color: rgb(113,70,44); }

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