#714631

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

Shades of Cape Palliser #714631

Tints of Cape Palliser #714631

Color information

#714631 (or 0x714631) is unknown color: approx Cape Palliser. HEX triplet: 71, 46 and 31. RGB value is (113,70,49). Sum of RGB (Red+Green+Blue) = 113+70+49=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #714631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714631 is #8EB9CE. Grayscale: #505050. Windows color (decimal): -9353679 or 3229297. OLE color: 3229297.

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

Color convert

RGB1137049-
CMYK00.380.570.56
HSL19.69º39.51%31.76%-
HSV(B)19.69º56.64%44.31%-
XYZ9.558.113.97-
YUV80.46110.25151.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.71%
GREEN value IS 70 (27.73% from 255) = 30.17%
BLUE value IS 49 (19.53% from 255) = 21.12%
R=48.71%
G=30.17%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113704900.380.570.5619.6939.5131.76
Hex7146310263938142820
Octal161106610467170245040
Binary11100011000110110001010011011100111100010100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714631; }

 p { color: rgb(113,70,49); }

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

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

 a { background-color: rgb(113,70,49); }

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

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

 span { border-color: rgb(113,70,49); }

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