#703632

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

Shades of Kenyan Copper #703632

Tints of Kenyan Copper #703632

Color information

#703632 (or 0x703632) is unknown color: approx Kenyan Copper. HEX triplet: 70, 36 and 32. RGB value is (112,54,50). Sum of RGB (Red+Green+Blue) = 112+54+50=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #703632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703632 is #8FC9CD. Grayscale: #464646. Windows color (decimal): -9423310 or 3290736. OLE color: 3290736.

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

Color convert

RGB1125450-
CMYK00.520.550.56
HSL3.87º38.27%31.76%-
HSV(B)3.87º55.36%43.92%-
XYZ8.586.313.78-
YUV70.89116.22157.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.85%
GREEN value IS 54 (21.48% from 255) = 25%
BLUE value IS 50 (19.92% from 255) = 23.15%
R=51.85%
G=25%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112545000.520.550.563.8738.2731.76
Hex703632034373842620
Octal1606662064677044640
Binary11100001101101100100110100110111111000100100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703632; }

 p { color: rgb(112,54,50); }

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

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

 a { background-color: rgb(112,54,50); }

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

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

 span { border-color: rgb(112,54,50); }

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