#71452F

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

Shades of Cape Palliser #71452F

Tints of Cape Palliser #71452F

Color information

#71452F (or 0x71452F) is unknown color: approx Cape Palliser. HEX triplet: 71, 45 and 2F. RGB value is (113,69,47). Sum of RGB (Red+Green+Blue) = 113+69+47=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #71452F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71452F is #8EBAD0. Grayscale: #4F4F4F. Windows color (decimal): -9353937 or 3097969. OLE color: 3097969.

HSL color Cylindrical-coordinate representation of color #71452F: hue angle of 20º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71452F is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB1136947-
CMYK00.390.580.56
HSL20º41.25%31.37%-
HSV(B)20º58.41%44.31%-
XYZ9.457.973.73-
YUV79.65109.58151.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.34%
GREEN value IS 69 (27.34% from 255) = 30.13%
BLUE value IS 47 (18.75% from 255) = 20.52%
R=49.34%
G=30.13%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113694700.390.580.562041.2531.37
Hex71452F0273A3814291f
Octal161105570477270245137
Binary1110001100010110111101001111110101110001010010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71452F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71452F; }

 p { color: rgb(113,69,47); }

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

<style>
 a { background-color: #71452F; }

 a { background-color: rgb(113,69,47); }

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

<style>
 span { border-color: #71452F; }

 span { border-color: rgb(113,69,47); }

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