Html Css Color HEX #70543B Old Copper

📋 copy color: '#70543B'

red 112 ◦ green 84 ◦ blue 59

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

Shades of Old Copper #70543B

Tints of Old Copper #70543B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.94%

 BLUE value IS 59 (23.44% from 255) = 23.14%

R = 43.92%
G = 32.94%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#70543B (or 0x70543B) is known color: Old Copper. HEX triplet: 70, 54 and 3B. RGB value is (112,84,59). Sum of RGB (Red+Green+Blue) = 112+84+59=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #70543B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70543B is #8FABC4. Grayscale: #595959. Windows color (decimal): -9415621 or 3888240. OLE color: 3888240.

HSL color Cylindrical-coordinate representation of color #70543B: hue angle of 28.3º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70543B is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 84 59 -
CMYK 0 0.25 0.47 0.56
HSL 28.3º 0.31% 0.34% -
HSV(B) 28.3º 0.47% 0.44% -
XYZ 10.64 10.1 5.53 -
YUV 89.52 110.78 144.03 -
System Red Green Blue C M Y K H S L
Decimal 112 84 59 0 0.25 0.47 0.56 28.3 0.31 0.34
Hex 70 54 3B 0 19 2F 38 1C 1F 22
Octal 160 124 73 0 31 57 70 34 37 42
Binary 1110000 1010100 111011 0 11001 101111 111000 11100 11111 100010

Color Harmonies of #70543B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70543B

Black with #70543B

Text Example


Text Example

White with #70543B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70543B; }

 p { color: rgb(112,84,59); }

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

background-color css

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

 a { background-color: rgb(112,84,59); }

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

border-color css

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

 span { border-color: rgb(112,84,59); }

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