#714C32

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

Shades of Cape Palliser #714C32

Tints of Cape Palliser #714C32

Color information

#714C32 (or 0x714C32) is unknown color: approx Cape Palliser. HEX triplet: 71, 4C and 32. RGB value is (113,76,50). Sum of RGB (Red+Green+Blue) = 113+76+50=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 50 (19.92% from 255 or 20.92% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #714C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714C32 is #8EB3CD. Grayscale: #545454. Windows color (decimal): -9352142 or 3296369. OLE color: 3296369.

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

Color convert

RGB1137650-
CMYK00.330.560.56
HSL24.76º38.65%31.96%-
HSV(B)24.76º55.75%44.31%-
XYZ9.978.914.21-
YUV84.1108.76148.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.28%
GREEN value IS 76 (30.08% from 255) = 31.80%
BLUE value IS 50 (19.92% from 255) = 20.92%
R=47.28%
G=31.80%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113765000.330.560.5624.7638.6531.96
Hex714C320213838192720
Octal161114620417070314740
Binary11100011001100110010010000111100011100011001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714C32; }

 p { color: rgb(113,76,50); }

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

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

 a { background-color: rgb(113,76,50); }

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

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

 span { border-color: rgb(113,76,50); }

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