#735338

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

Shades of Old Copper #735338

Tints of Old Copper #735338

Color information

#735338 (or 0x735338) is unknown color: approx Old Copper. HEX triplet: 73, 53 and 38. RGB value is (115,83,56). Sum of RGB (Red+Green+Blue) = 115+83+56=254 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.28% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 56 (22.27% from 255 or 22.05% from 254); Max value from RGB is 115 - color contains mainly: red. Hex color #735338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735338 is #8CACC7. Grayscale: #595959. Windows color (decimal): -9219272 or 3691379. OLE color: 3691379.

HSL color Cylindrical-coordinate representation of color #735338: hue angle of 27.46º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #735338 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB1158356-
CMYK00.280.510.55
HSL27.46º34.5%33.53%-
HSV(B)27.46º51.3%45.1%-
XYZ10.8810.125.12-
YUV89.49109.1146.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.28%
GREEN value IS 83 (32.81% from 255) = 32.68%
BLUE value IS 56 (22.27% from 255) = 22.05%
R=45.28%
G=32.68%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115835600.280.510.5527.4634.533.53
Hex73533801C33371b2322
Octal163123700346367334342
Binary1110011101001111100001110011001111011111011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735338; }

 p { color: rgb(115,83,56); }

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

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

 a { background-color: rgb(115,83,56); }

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

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

 span { border-color: rgb(115,83,56); }

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