Html Css Color HEX #70533A Old Copper

📋 copy color: '#70533A'

red 112 ◦ green 83 ◦ blue 58

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

Shades of Old Copper #70533A

Tints of Old Copper #70533A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.92%

R = 44.27%
G = 32.81%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#70533A (or 0x70533A) is known color: Old Copper. HEX triplet: 70, 53 and 3A. RGB value is (112,83,58). Sum of RGB (Red+Green+Blue) = 112+83+58=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #70533A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70533A is #8FACC5. Grayscale: #585858. Windows color (decimal): -9415878 or 3822448. OLE color: 3822448.

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

Color convert

RGB 112 83 58 -
CMYK 0 0.26 0.48 0.56
HSL 27.78º 0.32% 0.33% -
HSV(B) 27.78º 0.48% 0.44% -
XYZ 10.54 9.94 5.37 -
YUV 88.82 110.61 144.53 -
System Red Green Blue C M Y K H S L
Decimal 112 83 58 0 0.26 0.48 0.56 27.78 0.32 0.33
Hex 70 53 3A 0 1A 30 38 1C 20 21
Octal 160 123 72 0 32 60 70 34 40 41
Binary 1110000 1010011 111010 0 11010 110000 111000 11100 100000 100001

Color Harmonies of #70533A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70533A

Black with #70533A

Text Example


Text Example

White with #70533A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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