#71492C

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

Shades of Cape Palliser #71492C

Tints of Cape Palliser #71492C

Color information

#71492C (or 0x71492C) is unknown color: approx Cape Palliser. HEX triplet: 71, 49 and 2C. RGB value is (113,73,44). Sum of RGB (Red+Green+Blue) = 113+73+44=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 44 (17.58% from 255 or 19.13% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #71492C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71492C is #8EB6D3. Grayscale: #515151. Windows color (decimal): -9352916 or 2902385. OLE color: 2902385.

HSL color Cylindrical-coordinate representation of color #71492C: hue angle of 25.22º 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 #71492C is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB1137344-
CMYK00.350.610.56
HSL25.22º43.95%30.78%-
HSV(B)25.22º61.06%44.31%-
XYZ9.658.463.51-
YUV81.65106.75150.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.13%
GREEN value IS 73 (28.91% from 255) = 31.74%
BLUE value IS 44 (17.58% from 255) = 19.13%
R=49.13%
G=31.74%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113734400.350.610.5625.2243.9530.78
Hex71492C0233D38192c1f
Octal161111540437570315437
Binary1110001100100110110001000111111011110001100110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71492C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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