#71462D

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

Shades of Cape Palliser #71462D

Tints of Cape Palliser #71462D

Color information

#71462D (or 0x71462D) is unknown color: approx Cape Palliser. HEX triplet: 71, 46 and 2D. RGB value is (113,70,45). Sum of RGB (Red+Green+Blue) = 113+70+45=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #71462D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71462D is #8EB9D2. Grayscale: #505050. Windows color (decimal): -9353683 or 2967153. OLE color: 2967153.

HSL color Cylindrical-coordinate representation of color #71462D: hue angle of 22.06º 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 #71462D is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB1137045-
CMYK00.380.600.56
HSL22.06º43.04%30.98%-
HSV(B)22.06º60.18%44.31%-
XYZ9.478.083.54-
YUV80.01108.25151.53-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.56%
GREEN value IS 70 (27.73% from 255) = 30.70%
BLUE value IS 45 (17.97% from 255) = 19.74%
R=49.56%
G=30.70%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113704500.380.600.5622.0643.0430.98
Hex71462D0263C38162b1f
Octal161106550467470265337
Binary1110001100011010110101001101111001110001011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71462D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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