Html Css Color HEX #704B38 Old Copper

📋 copy color: '#704B38'

red 112 ◦ green 75 ◦ blue 56

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

Shades of Old Copper #704B38

Tints of Old Copper #704B38

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.86%

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

R = 46.09%
G = 30.86%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#704B38 (or 0x704B38) is known color: Old Copper. HEX triplet: 70, 4B and 38. RGB value is (112,75,56). Sum of RGB (Red+Green+Blue) = 112+75+56=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 75 (29.69% from 255 or 30.86% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #704B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704B38 is #8FB4C7. Grayscale: #545454. Windows color (decimal): -9417928 or 3689328. OLE color: 3689328.

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

Color convert

RGB 112 75 56 -
CMYK 0 0.33 0.50 0.56
HSL 20.36º 0.33% 0.33% -
HSV(B) 20.36º 0.5% 0.44% -
XYZ 9.91 8.76 4.91 -
YUV 83.9 112.26 148.04 -
System Red Green Blue C M Y K H S L
Decimal 112 75 56 0 0.33 0.50 0.56 20.36 0.33 0.33
Hex 70 4B 38 0 21 32 38 14 21 21
Octal 160 113 70 0 41 62 70 24 41 41
Binary 1110000 1001011 111000 0 100001 110010 111000 10100 100001 100001

Color Harmonies of #704B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704B38

Black with #704B38

Text Example


Text Example

White with #704B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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