Html Css Color HEX #704E38 Old Copper

📋 copy color: '#704E38'

red 112 ◦ green 78 ◦ blue 56

#704E38
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Copper #704E38

Tints of Old Copper #704E38

RGB

 RED value IS 112 (44.14% from 255) = 45.53%

 GREEN value IS 78 (30.86% from 255) = 31.71%

 BLUE value IS 56 (22.27% from 255) = 22.76%

R = 45.53%
G = 31.71%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#704E38 (or 0x704E38) is known color: Old Copper. HEX triplet: 70, 4E and 38. RGB value is (112,78,56). Sum of RGB (Red+Green+Blue) = 112+78+56=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 78 (30.86% from 255 or 31.71% from 246); Blue value is 56 (22.27% from 255 or 22.76% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #704E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704E38 is #8FB1C7. Grayscale: #555555. Windows color (decimal): -9417160 or 3690096. OLE color: 3690096.

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

Color convert

RGB 112 78 56 -
CMYK 0 0.30 0.50 0.56
HSL 23.57º 0.33% 0.33% -
HSV(B) 23.57º 0.5% 0.44% -
XYZ 10.12 9.18 4.98 -
YUV 85.66 111.26 146.79 -
System Red Green Blue C M Y K H S L
Decimal 112 78 56 0 0.30 0.50 0.56 23.57 0.33 0.33
Hex 70 4E 38 0 1E 32 38 18 21 21
Octal 160 116 70 0 36 62 70 30 41 41
Binary 1110000 1001110 111000 0 11110 110010 111000 11000 100001 100001

Color Harmonies of #704E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E38

Black with #704E38

Text Example


Text Example

White with #704E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #704E38;
 }
 .AnyTagClassName
 {
   color: #704E38;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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