#714936

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

Shades of Cape Palliser #714936

Tints of Cape Palliser #714936

Color information

#714936 (or 0x714936) is unknown color: approx Cape Palliser. HEX triplet: 71, 49 and 36. RGB value is (113,73,54). Sum of RGB (Red+Green+Blue) = 113+73+54=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 54 (21.48% from 255 or 22.5% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #714936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714936 is #8EB6C9. Grayscale: #525252. Windows color (decimal): -9352906 or 3557745. OLE color: 3557745.

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

Color convert

RGB1137354-
CMYK00.350.520.56
HSL19.32º35.33%32.75%-
HSV(B)19.32º52.21%44.31%-
XYZ9.868.544.62-
YUV82.79111.75149.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.08%
GREEN value IS 73 (28.91% from 255) = 30.42%
BLUE value IS 54 (21.48% from 255) = 22.5%
R=47.08%
G=30.42%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113735400.350.520.5619.3235.3332.75
Hex7149360233438132321
Octal161111660436470234341
Binary11100011001001110110010001111010011100010011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714936; }

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

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

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

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

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

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

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

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