Html Css Color HEX #704F36 Old Copper

📋 copy color: '#704F36'

red 112 ◦ green 79 ◦ blue 54

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

Shades of Old Copper #704F36

Tints of Old Copper #704F36

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.24%

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

R = 45.71%
G = 32.24%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#704F36 (or 0x704F36) is known color: Old Copper. HEX triplet: 70, 4F and 36. RGB value is (112,79,54). Sum of RGB (Red+Green+Blue) = 112+79+54=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 54 (21.48% from 255 or 22.04% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #704F36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704F36 is #8FB0C9. Grayscale: #565656. Windows color (decimal): -9416906 or 3559280. OLE color: 3559280.

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

Color convert

RGB 112 79 54 -
CMYK 0 0.29 0.52 0.56
HSL 25.86º 0.35% 0.33% -
HSV(B) 25.86º 0.52% 0.44% -
XYZ 10.14 9.3 4.75 -
YUV 86.02 109.93 146.53 -
System Red Green Blue C M Y K H S L
Decimal 112 79 54 0 0.29 0.52 0.56 25.86 0.35 0.33
Hex 70 4F 36 0 1D 34 38 1A 23 21
Octal 160 117 66 0 35 64 70 32 43 41
Binary 1110000 1001111 110110 0 11101 110100 111000 11010 100011 100001

Color Harmonies of #704F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F36

Black with #704F36

Text Example


Text Example

White with #704F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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