Html Css Color HEX #705237 Old Copper

📋 copy color: '#705237'

red 112 ◦ green 82 ◦ blue 55

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

Shades of Old Copper #705237

Tints of Old Copper #705237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 22.09%

R = 44.98%
G = 32.93%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#705237 (or 0x705237) is known color: Old Copper. HEX triplet: 70, 52 and 37. RGB value is (112,82,55). Sum of RGB (Red+Green+Blue) = 112+82+55=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 55 (21.88% from 255 or 22.09% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #705237 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705237 is #8FADC8. Grayscale: #585858. Windows color (decimal): -9416137 or 3625584. OLE color: 3625584.

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

Color convert

RGB 112 82 55 -
CMYK 0 0.27 0.51 0.56
HSL 28.42º 0.34% 0.33% -
HSV(B) 28.42º 0.51% 0.44% -
XYZ 10.39 9.76 4.95 -
YUV 87.89 109.44 145.2 -
System Red Green Blue C M Y K H S L
Decimal 112 82 55 0 0.27 0.51 0.56 28.42 0.34 0.33
Hex 70 52 37 0 1B 33 38 1C 22 21
Octal 160 122 67 0 33 63 70 34 42 41
Binary 1110000 1010010 110111 0 11011 110011 111000 11100 100010 100001

Color Harmonies of #705237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705237

Black with #705237

Text Example


Text Example

White with #705237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705237; }

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

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

background-color css

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

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

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

border-color css

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

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

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