#71482D

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

Shades of Cape Palliser #71482D

Tints of Cape Palliser #71482D

Color information

#71482D (or 0x71482D) is unknown color: approx Cape Palliser. HEX triplet: 71, 48 and 2D. RGB value is (113,72,45). Sum of RGB (Red+Green+Blue) = 113+72+45=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #71482D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71482D is #8EB7D2. Grayscale: #515151. Windows color (decimal): -9353171 or 2967665. OLE color: 2967665.

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

Color convert

RGB1137245-
CMYK00.360.600.56
HSL23.82º43.04%30.98%-
HSV(B)23.82º60.18%44.31%-
XYZ9.68.333.59-
YUV81.18107.58150.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.13%
GREEN value IS 72 (28.52% from 255) = 31.30%
BLUE value IS 45 (17.97% from 255) = 19.57%
R=49.13%
G=31.30%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113724500.360.600.5623.8243.0430.98
Hex71482D0243C38182b1f
Octal161110550447470305337
Binary1110001100100010110101001001111001110001100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71482D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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