Html Css Color HEX #70533E Old Copper

📋 copy color: '#70533E'

red 112 ◦ green 83 ◦ blue 62

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

Shades of Old Copper #70533E

Tints of Old Copper #70533E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.3%

 BLUE value IS 62 (24.61% from 255) = 24.12%

R = 43.58%
G = 32.3%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#70533E (or 0x70533E) is known color: Old Copper. HEX triplet: 70, 53 and 3E. RGB value is (112,83,62). Sum of RGB (Red+Green+Blue) = 112+83+62=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #70533E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70533E is #8FACC1. Grayscale: #595959. Windows color (decimal): -9415874 or 4084592. OLE color: 4084592.

HSL color Cylindrical-coordinate representation of color #70533E: hue angle of 25.2º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70533E is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 83 62 -
CMYK 0 0.26 0.45 0.56
HSL 25.2º 0.29% 0.34% -
HSV(B) 25.2º 0.45% 0.44% -
XYZ 10.64 9.98 5.92 -
YUV 89.28 112.61 144.21 -
System Red Green Blue C M Y K H S L
Decimal 112 83 62 0 0.26 0.45 0.56 25.2 0.29 0.34
Hex 70 53 3E 0 1A 2D 38 19 1D 22
Octal 160 123 76 0 32 55 70 31 35 42
Binary 1110000 1010011 111110 0 11010 101101 111000 11001 11101 100010

Color Harmonies of #70533E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70533E

Black with #70533E

Text Example


Text Example

White with #70533E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70533E; }

 p { color: rgb(112,83,62); }

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

background-color css

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

 a { background-color: rgb(112,83,62); }

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

border-color css

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

 span { border-color: rgb(112,83,62); }

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