#714735

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

Shades of Cape Palliser #714735

Tints of Cape Palliser #714735

Color information

#714735 (or 0x714735) is unknown color: approx Cape Palliser. HEX triplet: 71, 47 and 35. RGB value is (113,71,53). Sum of RGB (Red+Green+Blue) = 113+71+53=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 53 (21.09% from 255 or 22.36% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #714735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714735 is #8EB8CA. Grayscale: #515151. Windows color (decimal): -9353419 or 3491697. OLE color: 3491697.

HSL color Cylindrical-coordinate representation of color #714735: hue angle of 18º 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 #714735 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB1137153-
CMYK00.370.530.56
HSL18º36.14%32.55%-
HSV(B)18º53.1%44.31%-
XYZ9.718.274.45-
YUV81.51111.91150.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.68%
GREEN value IS 71 (28.12% from 255) = 29.96%
BLUE value IS 53 (21.09% from 255) = 22.36%
R=47.68%
G=29.96%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113715300.370.530.561836.1432.55
Hex7147350253538122421
Octal161107650456570224441
Binary11100011000111110101010010111010111100010010100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714735; }

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

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

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

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

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

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

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

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