Html Css Color HEX #704D34 Old Copper

📋 copy color: '#704D34'

red 112 ◦ green 77 ◦ blue 52

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

Shades of Old Copper #704D34

Tints of Old Copper #704D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.58%

R = 46.47%
G = 31.95%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#704D34 (or 0x704D34) is known color: Old Copper. HEX triplet: 70, 4D and 34. RGB value is (112,77,52). Sum of RGB (Red+Green+Blue) = 112+77+52=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #704D34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704D34 is #8FB2CB. Grayscale: #545454. Windows color (decimal): -9417420 or 3427696. OLE color: 3427696.

HSL color Cylindrical-coordinate representation of color #704D34: hue angle of 25º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #704D34 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 77 52 -
CMYK 0 0.31 0.54 0.56
HSL 25º 0.37% 0.32% -
HSV(B) 25º 0.54% 0.44% -
XYZ 9.96 9 4.46 -
YUV 84.62 109.6 147.53 -
System Red Green Blue C M Y K H S L
Decimal 112 77 52 0 0.31 0.54 0.56 25 0.37 0.32
Hex 70 4D 34 0 1F 36 38 19 25 20
Octal 160 115 64 0 37 66 70 31 45 40
Binary 1110000 1001101 110100 0 11111 110110 111000 11001 100101 100000

Color Harmonies of #704D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704D34

Black with #704D34

Text Example


Text Example

White with #704D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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