Html Css Color HEX #704E36 Old Copper

📋 copy color: '#704E36'

red 112 ◦ green 78 ◦ blue 54

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

Shades of Old Copper #704E36

Tints of Old Copper #704E36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 22.13%

R = 45.9%
G = 31.97%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#704E36 (or 0x704E36) is known color: Old Copper. HEX triplet: 70, 4E and 36. RGB value is (112,78,54). Sum of RGB (Red+Green+Blue) = 112+78+54=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 78 (30.86% from 255 or 31.97% from 244); Blue value is 54 (21.48% from 255 or 22.13% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #704E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704E36 is #8FB1C9. Grayscale: #555555. Windows color (decimal): -9417162 or 3559024. OLE color: 3559024.

HSL color Cylindrical-coordinate representation of color #704E36: hue angle of 24.83º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #704E36 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 78 54 -
CMYK 0 0.30 0.52 0.56
HSL 24.83º 0.35% 0.33% -
HSV(B) 24.83º 0.52% 0.44% -
XYZ 10.07 9.16 4.73 -
YUV 85.43 110.26 146.95 -
System Red Green Blue C M Y K H S L
Decimal 112 78 54 0 0.30 0.52 0.56 24.83 0.35 0.33
Hex 70 4E 36 0 1E 34 38 19 23 21
Octal 160 116 66 0 36 64 70 31 43 41
Binary 1110000 1001110 110110 0 11110 110100 111000 11001 100011 100001

Color Harmonies of #704E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E36

Black with #704E36

Text Example


Text Example

White with #704E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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