#714935

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

Shades of Cape Palliser #714935

Tints of Cape Palliser #714935

Color information

#714935 (or 0x714935) is unknown color: approx Cape Palliser. HEX triplet: 71, 49 and 35. RGB value is (113,73,53). Sum of RGB (Red+Green+Blue) = 113+73+53=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 53 (21.09% from 255 or 22.18% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #714935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714935 is #8EB6CA. Grayscale: #525252. Windows color (decimal): -9352907 or 3492209. OLE color: 3492209.

HSL color Cylindrical-coordinate representation of color #714935: hue angle of 20º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #714935 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB1137353-
CMYK00.350.530.56
HSL20º36.14%32.55%-
HSV(B)20º53.1%44.31%-
XYZ9.848.534.5-
YUV82.68111.25149.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.28%
GREEN value IS 73 (28.91% from 255) = 30.54%
BLUE value IS 53 (21.09% from 255) = 22.18%
R=47.28%
G=30.54%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113735300.350.530.562036.1432.55
Hex7149350233538142421
Octal161111650436570244441
Binary11100011001001110101010001111010111100010100100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714935; }

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

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

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

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

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

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

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

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