Html Css Color HEX #705238 Old Copper

📋 copy color: '#705238'

red 112 ◦ green 82 ◦ blue 56

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

Shades of Old Copper #705238

Tints of Old Copper #705238

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.8%

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

R = 44.8%
G = 32.8%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#705238 (or 0x705238) is known color: Old Copper. HEX triplet: 70, 52 and 38. RGB value is (112,82,56). Sum of RGB (Red+Green+Blue) = 112+82+56=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 56 (22.27% from 255 or 22.4% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #705238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705238 is #8FADC7. Grayscale: #585858. Windows color (decimal): -9416136 or 3691120. OLE color: 3691120.

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

Color convert

RGB 112 82 56 -
CMYK 0 0.27 0.50 0.56
HSL 27.86º 0.33% 0.33% -
HSV(B) 27.86º 0.5% 0.44% -
XYZ 10.41 9.76 5.08 -
YUV 88.01 109.94 145.11 -
System Red Green Blue C M Y K H S L
Decimal 112 82 56 0 0.27 0.50 0.56 27.86 0.33 0.33
Hex 70 52 38 0 1B 32 38 1C 21 21
Octal 160 122 70 0 33 62 70 34 41 41
Binary 1110000 1010010 111000 0 11011 110010 111000 11100 100001 100001

Color Harmonies of #705238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705238

Black with #705238

Text Example


Text Example

White with #705238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705238; }

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

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

background-color css

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

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

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

border-color css

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

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

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