#733531

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

Shades of Kenyan Copper #733531

Tints of Kenyan Copper #733531

Color information

#733531 (or 0x733531) is unknown color: approx Kenyan Copper. HEX triplet: 73, 35 and 31. RGB value is (115,53,49). Sum of RGB (Red+Green+Blue) = 115+53+49=217 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.00% from 217); Green value is 53 (21.09% from 255 or 24.42% from 217); Blue value is 49 (19.53% from 255 or 22.58% from 217); Max value from RGB is 115 - color contains mainly: red. Hex color #733531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733531 is #8CCACE. Grayscale: #474747. Windows color (decimal): -9226959 or 3224947. OLE color: 3224947.

HSL color Cylindrical-coordinate representation of color #733531: hue angle of 3.64º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #733531 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB1155349-
CMYK00.540.570.55
HSL3.64º40.24%32.16%-
HSV(B)3.64º57.39%45.1%-
XYZ8.96.413.67-
YUV71.08115.54159.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.00%
GREEN value IS 53 (21.09% from 255) = 24.42%
BLUE value IS 49 (19.53% from 255) = 22.58%
R=53.00%
G=24.42%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115534900.540.570.553.6440.2432.16
Hex733531036393742820
Octal1636561066716745040
Binary11100111101011100010110110111001110111100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733531; }

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

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

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

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

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

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

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

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