#703531

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

Shades of Kenyan Copper #703531

Tints of Kenyan Copper #703531

Color information

#703531 (or 0x703531) is unknown color: approx Kenyan Copper. HEX triplet: 70, 35 and 31. RGB value is (112,53,49). Sum of RGB (Red+Green+Blue) = 112+53+49=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #703531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703531 is #8FCACE. Grayscale: #464646. Windows color (decimal): -9423567 or 3224944. OLE color: 3224944.

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

Color convert

RGB1125349-
CMYK00.530.560.56
HSL3.81º39.13%31.57%-
HSV(B)3.81º56.25%43.92%-
XYZ8.516.213.66-
YUV70.18116.05157.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.34%
GREEN value IS 53 (21.09% from 255) = 24.77%
BLUE value IS 49 (19.53% from 255) = 22.90%
R=52.34%
G=24.77%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112534900.530.560.563.8139.1331.57
Hex703531035383842720
Octal1606561065707044740
Binary11100001101011100010110101111000111000100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703531; }

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

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

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

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

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

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

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

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