#70332C

Color #70332C Kenyan Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kenyan Copper #70332C

Tints of Kenyan Copper #70332C

Color information

#70332C (or 0x70332C) is unknown color: approx Kenyan Copper. HEX triplet: 70, 33 and 2C. RGB value is (112,51,44). Sum of RGB (Red+Green+Blue) = 112+51+44=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #70332C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70332C is #8FCCD3. Grayscale: #444444. Windows color (decimal): -9424084 or 2896752. OLE color: 2896752.

HSL color Cylindrical-coordinate representation of color #70332C: hue angle of 6.18º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #70332C is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB1125144-
CMYK00.540.610.56
HSL6.18º43.59%30.59%-
HSV(B)6.18º60.71%43.92%-
XYZ8.325.993.1-
YUV68.44114.21159.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.11%
GREEN value IS 51 (20.31% from 255) = 24.64%
BLUE value IS 44 (17.58% from 255) = 21.26%
R=54.11%
G=24.64%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112514400.540.610.566.1843.5930.59
Hex70332C0363D3862c1f
Octal1606354066757065437
Binary1110000110011101100011011011110111100011010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70332C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70332C; }

 p { color: rgb(112,51,44); }

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

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

 a { background-color: rgb(112,51,44); }

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

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

 span { border-color: rgb(112,51,44); }

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