Html Css Color HEX #704D36 Old Copper

📋 copy color: '#704D36'

red 112 ◦ green 77 ◦ blue 54

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

Shades of Old Copper #704D36

Tints of Old Copper #704D36

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.69%

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

R = 46.09%
G = 31.69%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#704D36 (or 0x704D36) is known color: Old Copper. HEX triplet: 70, 4D and 36. RGB value is (112,77,54). Sum of RGB (Red+Green+Blue) = 112+77+54=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #704D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704D36 is #8FB2C9. Grayscale: #545454. Windows color (decimal): -9417418 or 3558768. OLE color: 3558768.

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

Color convert

RGB 112 77 54 -
CMYK 0 0.31 0.52 0.56
HSL 23.79º 0.35% 0.33% -
HSV(B) 23.79º 0.52% 0.44% -
XYZ 10 9.02 4.7 -
YUV 84.84 110.6 147.37 -
System Red Green Blue C M Y K H S L
Decimal 112 77 54 0 0.31 0.52 0.56 23.79 0.35 0.33
Hex 70 4D 36 0 1F 34 38 18 23 21
Octal 160 115 66 0 37 64 70 30 43 41
Binary 1110000 1001101 110110 0 11111 110100 111000 11000 100011 100001

Color Harmonies of #704D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704D36

Black with #704D36

Text Example


Text Example

White with #704D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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