#70352F

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

Shades of Kenyan Copper #70352F

Tints of Kenyan Copper #70352F

Color information

#70352F (or 0x70352F) is unknown color: approx Kenyan Copper. HEX triplet: 70, 35 and 2F. RGB value is (112,53,47). Sum of RGB (Red+Green+Blue) = 112+53+47=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #70352F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70352F is #8FCAD0. Grayscale: #464646. Windows color (decimal): -9423569 or 3093872. OLE color: 3093872.

HSL color Cylindrical-coordinate representation of color #70352F: hue angle of 5.54º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70352F is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB1125347-
CMYK00.530.580.56
HSL5.54º40.88%31.18%-
HSV(B)5.54º58.04%43.92%-
XYZ8.476.23.44-
YUV69.96115.05157.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.83%
GREEN value IS 53 (21.09% from 255) = 25%
BLUE value IS 47 (18.75% from 255) = 22.17%
R=52.83%
G=25%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112534700.530.580.565.5440.8831.18
Hex70352F0353A386291f
Octal1606557065727065137
Binary1110000110101101111011010111101011100011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70352F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70352F; }

 p { color: rgb(112,53,47); }

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

<style>
 a { background-color: #70352F; }

 a { background-color: rgb(112,53,47); }

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

<style>
 span { border-color: #70352F; }

 span { border-color: rgb(112,53,47); }

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