#70433A

Color #70433A Metallic Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Metallic Copper #70433A

Tints of Metallic Copper #70433A

Color information

#70433A (or 0x70433A) is unknown color: approx Metallic Copper. HEX triplet: 70, 43 and 3A. RGB value is (112,67,58). Sum of RGB (Red+Green+Blue) = 112+67+58=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 58 (23.05% from 255 or 24.47% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #70433A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70433A is #8FBCC5. Grayscale: #4F4F4F. Windows color (decimal): -9419974 or 3818352. OLE color: 3818352.

HSL color Cylindrical-coordinate representation of color #70433A: hue angle of 10º 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 #70433A is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB1126758-
CMYK00.400.480.56
HSL10º31.76%33.33%-
HSV(B)10º48.21%43.92%-
XYZ9.457.765-
YUV79.43115.91151.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.26%
GREEN value IS 67 (26.56% from 255) = 28.27%
BLUE value IS 58 (23.05% from 255) = 24.47%
R=47.26%
G=28.27%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112675800.400.480.561031.7633.33
Hex70433A0283038a2021
Octal160103720506070124041
Binary1110000100001111101001010001100001110001010100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70433A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70433A;
 }
 .AnyTagClassName
 {
   color: #70433A;
 }
</style>
background-color css

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

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

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

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

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

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