#703331

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

Shades of Kenyan Copper #703331

Tints of Kenyan Copper #703331

Color information

#703331 (or 0x703331) is unknown color: approx Kenyan Copper. HEX triplet: 70, 33 and 31. RGB value is (112,51,49). Sum of RGB (Red+Green+Blue) = 112+51+49=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #703331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703331 is #8FCCCE. Grayscale: #454545. Windows color (decimal): -9424079 or 3224432. OLE color: 3224432.

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

Color convert

RGB1125149-
CMYK00.540.560.56
HSL1.9º39.13%31.57%-
HSV(B)1.9º56.25%43.92%-
XYZ8.426.033.63-
YUV69.01116.71158.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.83%
GREEN value IS 51 (20.31% from 255) = 24.06%
BLUE value IS 49 (19.53% from 255) = 23.11%
R=52.83%
G=24.06%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112514900.540.560.561.939.1331.57
Hex703331036383822720
Octal1606361066707024740
Binary1110000110011110001011011011100011100010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703331; }

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

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

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

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

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

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

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

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