#714B38

Color #714B38 Old Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Copper #714B38

Tints of Old Copper #714B38

Color information

#714B38 (or 0x714B38) is unknown color: approx Old Copper. HEX triplet: 71, 4B and 38. RGB value is (113,75,56). Sum of RGB (Red+Green+Blue) = 113+75+56=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 75 (29.69% from 255 or 30.74% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 113 - color contains mainly: red. Hex color #714B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714B38 is #8EB4C7. Grayscale: #545454. Windows color (decimal): -9352392 or 3689329. OLE color: 3689329.

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

Color convert

RGB1137556-
CMYK00.340.500.56
HSL20º33.73%33.14%-
HSV(B)20º50.44%44.31%-
XYZ10.048.834.92-
YUV84.2112.09148.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.31%
GREEN value IS 75 (29.69% from 255) = 30.74%
BLUE value IS 56 (22.27% from 255) = 22.95%
R=46.31%
G=30.74%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113755600.340.500.562033.7333.14
Hex714B380223238142221
Octal161113700426270244241
Binary11100011001011111000010001011001011100010100100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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