#703431

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

Shades of Kenyan Copper #703431

Tints of Kenyan Copper #703431

Color information

#703431 (or 0x703431) is unknown color: approx Kenyan Copper. HEX triplet: 70, 34 and 31. RGB value is (112,52,49). Sum of RGB (Red+Green+Blue) = 112+52+49=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #703431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703431 is #8FCBCE. Grayscale: #454545. Windows color (decimal): -9423823 or 3224688. OLE color: 3224688.

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

Color convert

RGB1125249-
CMYK00.540.560.56
HSL2.86º39.13%31.57%-
HSV(B)2.86º56.25%43.92%-
XYZ8.466.123.64-
YUV69.6116.38158.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.58%
GREEN value IS 52 (20.70% from 255) = 24.41%
BLUE value IS 49 (19.53% from 255) = 23.00%
R=52.58%
G=24.41%
B=23.00%

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
Decimal112524900.540.560.562.8639.1331.57
Hex703431036383832720
Octal1606461066707034740
Binary1110000110100110001011011011100011100011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703431; }

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

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

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

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

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

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

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

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