Html Css Color HEX #704C36 Old Copper

📋 copy color: '#704C36'

red 112 ◦ green 76 ◦ blue 54

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

Shades of Old Copper #704C36

Tints of Old Copper #704C36

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.4%

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

R = 46.28%
G = 31.4%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#704C36 (or 0x704C36) is known color: Old Copper. HEX triplet: 70, 4C and 36. RGB value is (112,76,54). Sum of RGB (Red+Green+Blue) = 112+76+54=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 54 (21.48% from 255 or 22.31% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #704C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704C36 is #8FB3C9. Grayscale: #545454. Windows color (decimal): -9417674 or 3558512. OLE color: 3558512.

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

Color convert

RGB 112 76 54 -
CMYK 0 0.32 0.52 0.56
HSL 22.76º 0.35% 0.33% -
HSV(B) 22.76º 0.52% 0.44% -
XYZ 9.93 8.88 4.68 -
YUV 84.26 110.93 147.79 -
System Red Green Blue C M Y K H S L
Decimal 112 76 54 0 0.32 0.52 0.56 22.76 0.35 0.33
Hex 70 4C 36 0 20 34 38 17 23 21
Octal 160 114 66 0 40 64 70 27 43 41
Binary 1110000 1001100 110110 0 100000 110100 111000 10111 100011 100001

Color Harmonies of #704C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704C36

Black with #704C36

Text Example


Text Example

White with #704C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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