#704A38

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

Shades of Old Copper #704A38

Tints of Old Copper #704A38

Color information

#704A38 (or 0x704A38) is unknown color: approx Old Copper. HEX triplet: 70, 4A and 38. RGB value is (112,74,56). Sum of RGB (Red+Green+Blue) = 112+74+56=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #704A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704A38 is #8FB5C7. Grayscale: #535353. Windows color (decimal): -9418184 or 3689072. OLE color: 3689072.

HSL color Cylindrical-coordinate representation of color #704A38: hue angle of 19.29º degrees, saturation: 0.33, 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 #704A38 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB1127456-
CMYK00.340.500.56
HSL19.29º33.33%32.94%-
HSV(B)19.29º50%43.92%-
XYZ9.848.634.89-
YUV83.31112.59148.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.28%
GREEN value IS 74 (29.30% from 255) = 30.58%
BLUE value IS 56 (22.27% from 255) = 23.14%
R=46.28%
G=30.58%
B=23.14%

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
Decimal112745600.340.500.5619.2933.3332.94
Hex704A380223238132121
Octal160112700426270234141
Binary11100001001010111000010001011001011100010011100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704A38; }

 p { color: rgb(112,74,56); }

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

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

 a { background-color: rgb(112,74,56); }

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

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

 span { border-color: rgb(112,74,56); }

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