#714834

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

Shades of Cape Palliser #714834

Tints of Cape Palliser #714834

Color information

#714834 (or 0x714834) is unknown color: approx Cape Palliser. HEX triplet: 71, 48 and 34. RGB value is (113,72,52). Sum of RGB (Red+Green+Blue) = 113+72+52=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #714834 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714834 is #8EB7CB. Grayscale: #525252. Windows color (decimal): -9353164 or 3426417. OLE color: 3426417.

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

Color convert

RGB1137252-
CMYK00.360.540.56
HSL19.67º36.97%32.35%-
HSV(B)19.67º53.98%44.31%-
XYZ9.758.394.36-
YUV81.98111.08150.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.68%
GREEN value IS 72 (28.52% from 255) = 30.38%
BLUE value IS 52 (20.70% from 255) = 21.94%
R=47.68%
G=30.38%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113725200.360.540.5619.6736.9732.35
Hex7148340243638142520
Octal161110640446670244540
Binary11100011001000110100010010011011011100010100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714834; }

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

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

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

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

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

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

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

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