#71472A

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

Shades of Cape Palliser #71472A

Tints of Cape Palliser #71472A

Color information

#71472A (or 0x71472A) is unknown color: approx Cape Palliser. HEX triplet: 71, 47 and 2A. RGB value is (113,71,42). Sum of RGB (Red+Green+Blue) = 113+71+42=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 42 (16.80% from 255 or 18.58% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #71472A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71472A is #8EB8D5. Grayscale: #505050. Windows color (decimal): -9353430 or 2770801. OLE color: 2770801.

HSL color Cylindrical-coordinate representation of color #71472A: hue angle of 24.51º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #71472A is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB1137142-
CMYK00.370.630.56
HSL24.51º45.81%30.39%-
HSV(B)24.51º62.83%44.31%-
XYZ9.488.183.27-
YUV80.25106.41151.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50%
GREEN value IS 71 (28.12% from 255) = 31.42%
BLUE value IS 42 (16.80% from 255) = 18.58%
R=50%
G=31.42%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113714200.370.630.5624.5145.8130.39
Hex71472A0253F38192e1e
Octal161107520457770315636
Binary1110001100011110101001001011111111110001100110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71472A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71472A; }

 p { color: rgb(113,71,42); }

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

<style>
 a { background-color: #71472A; }

 a { background-color: rgb(113,71,42); }

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

<style>
 span { border-color: #71472A; }

 span { border-color: rgb(113,71,42); }

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