#70332D

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

Shades of Kenyan Copper #70332D

Tints of Kenyan Copper #70332D

Color information

#70332D (or 0x70332D) is unknown color: approx Kenyan Copper. HEX triplet: 70, 33 and 2D. RGB value is (112,51,45). Sum of RGB (Red+Green+Blue) = 112+51+45=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #70332D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70332D is #8FCCD2. Grayscale: #444444. Windows color (decimal): -9424083 or 2962288. OLE color: 2962288.

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

Color convert

RGB1125145-
CMYK00.540.600.56
HSL5.37º42.68%30.78%-
HSV(B)5.37º59.82%43.92%-
XYZ8.3463.2-
YUV68.55114.71158.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.85%
GREEN value IS 51 (20.31% from 255) = 24.52%
BLUE value IS 45 (17.97% from 255) = 21.63%
R=53.85%
G=24.52%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112514500.540.600.565.3742.6830.78
Hex70332D0363C3852b1f
Octal1606355066747055337
Binary1110000110011101101011011011110011100010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70332D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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