#70322C

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

Shades of Kenyan Copper #70322C

Tints of Kenyan Copper #70322C

Color information

#70322C (or 0x70322C) is unknown color: approx Kenyan Copper. HEX triplet: 70, 32 and 2C. RGB value is (112,50,44). Sum of RGB (Red+Green+Blue) = 112+50+44=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #70322C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70322C is #8FCDD3. Grayscale: #434343. Windows color (decimal): -9424340 or 2896496. OLE color: 2896496.

HSL color Cylindrical-coordinate representation of color #70322C: hue angle of 5.29º 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 #70322C is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB1125044-
CMYK00.550.610.56
HSL5.29º43.59%30.59%-
HSV(B)5.29º60.71%43.92%-
XYZ8.285.913.09-
YUV67.85114.54159.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.37%
GREEN value IS 50 (19.92% from 255) = 24.27%
BLUE value IS 44 (17.58% from 255) = 21.36%
R=54.37%
G=24.27%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112504400.550.610.565.2943.5930.59
Hex70322C0373D3852c1f
Octal1606254067757055437
Binary1110000110010101100011011111110111100010110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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