Html Css Color HEX #704838 Old Copper

📋 copy color: '#704838'

red 112 ◦ green 72 ◦ blue 56

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

Shades of Old Copper #704838

Tints of Old Copper #704838

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30%

 BLUE value IS 56 (22.27% from 255) = 23.33%

R = 46.67%
G = 30%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#704838 (or 0x704838) is known color: Old Copper. HEX triplet: 70, 48 and 38. RGB value is (112,72,56). Sum of RGB (Red+Green+Blue) = 112+72+56=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #704838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704838 is #8FB7C7. Grayscale: #525252. Windows color (decimal): -9418696 or 3688560. OLE color: 3688560.

HSL color Cylindrical-coordinate representation of color #704838: hue angle of 17.14º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #704838 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 72 56 -
CMYK 0 0.36 0.50 0.56
HSL 17.14º 0.33% 0.33% -
HSV(B) 17.14º 0.5% 0.44% -
XYZ 9.71 8.37 4.84 -
YUV 82.14 113.25 149.3 -
System Red Green Blue C M Y K H S L
Decimal 112 72 56 0 0.36 0.50 0.56 17.14 0.33 0.33
Hex 70 48 38 0 24 32 38 11 21 21
Octal 160 110 70 0 44 62 70 21 41 41
Binary 1110000 1001000 111000 0 100100 110010 111000 10001 100001 100001

Color Harmonies of #704838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704838

Black with #704838

Text Example


Text Example

White with #704838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704838; }

 p { color: rgb(112,72,56); }

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

background-color css

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

 a { background-color: rgb(112,72,56); }

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

border-color css

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

 span { border-color: rgb(112,72,56); }

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