#714531

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

Shades of Cape Palliser #714531

Tints of Cape Palliser #714531

Color information

#714531 (or 0x714531) is unknown color: approx Cape Palliser. HEX triplet: 71, 45 and 31. RGB value is (113,69,49). Sum of RGB (Red+Green+Blue) = 113+69+49=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 49 (19.53% from 255 or 21.21% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #714531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714531 is #8EBACE. Grayscale: #505050. Windows color (decimal): -9353935 or 3229041. OLE color: 3229041.

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

Color convert

RGB1136949-
CMYK00.390.570.56
HSL18.75º39.51%31.76%-
HSV(B)18.75º56.64%44.31%-
XYZ9.497.993.95-
YUV79.88110.58151.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.92%
GREEN value IS 69 (27.34% from 255) = 29.87%
BLUE value IS 49 (19.53% from 255) = 21.21%
R=48.92%
G=29.87%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113694900.390.570.5618.7539.5131.76
Hex7145310273938132820
Octal161105610477170235040
Binary11100011000101110001010011111100111100010011101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714531; }

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

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

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

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

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

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

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

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