#714831

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

Shades of Cape Palliser #714831

Tints of Cape Palliser #714831

Color information

#714831 (or 0x714831) is unknown color: approx Cape Palliser. HEX triplet: 71, 48 and 31. RGB value is (113,72,49). Sum of RGB (Red+Green+Blue) = 113+72+49=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #714831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714831 is #8EB7CE. Grayscale: #515151. Windows color (decimal): -9353167 or 3229809. OLE color: 3229809.

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

Color convert

RGB1137249-
CMYK00.360.570.56
HSL21.56º39.51%31.76%-
HSV(B)21.56º56.64%44.31%-
XYZ9.688.374.01-
YUV81.64109.58150.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.29%
GREEN value IS 72 (28.52% from 255) = 30.77%
BLUE value IS 49 (19.53% from 255) = 20.94%
R=48.29%
G=30.77%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113724900.360.570.5621.5639.5131.76
Hex7148310243938162820
Octal161110610447170265040
Binary11100011001000110001010010011100111100010110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714831; }

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

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

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

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

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

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

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

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