#714B32

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

Shades of Cape Palliser #714B32

Tints of Cape Palliser #714B32

Color information

#714B32 (or 0x714B32) is unknown color: approx Cape Palliser. HEX triplet: 71, 4B and 32. RGB value is (113,75,50). Sum of RGB (Red+Green+Blue) = 113+75+50=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 75 (29.69% from 255 or 31.51% from 238); Blue value is 50 (19.92% from 255 or 21.01% from 238); Max value from RGB is 113 - color contains mainly: red. Hex color #714B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714B32 is #8EB4CD. Grayscale: #535353. Windows color (decimal): -9352398 or 3296113. OLE color: 3296113.

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

Color convert

RGB1137550-
CMYK00.340.560.56
HSL23.81º38.65%31.96%-
HSV(B)23.81º55.75%44.31%-
XYZ9.98.774.19-
YUV83.51109.09149.03-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.48%
GREEN value IS 75 (29.69% from 255) = 31.51%
BLUE value IS 50 (19.92% from 255) = 21.01%
R=47.48%
G=31.51%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113755000.340.560.5623.8138.6531.96
Hex714B320223838182720
Octal161113620427070304740
Binary11100011001011110010010001011100011100011000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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