#735238

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

Shades of Old Copper #735238

Tints of Old Copper #735238

Color information

#735238 (or 0x735238) is unknown color: approx Old Copper. HEX triplet: 73, 52 and 38. RGB value is (115,82,56). Sum of RGB (Red+Green+Blue) = 115+82+56=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 56 (22.27% from 255 or 22.13% from 253); Max value from RGB is 115 - color contains mainly: red. Hex color #735238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735238 is #8CADC7. Grayscale: #595959. Windows color (decimal): -9219528 or 3691123. OLE color: 3691123.

HSL color Cylindrical-coordinate representation of color #735238: hue angle of 26.44º 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 #735238 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB1158256-
CMYK00.290.510.55
HSL26.44º34.5%33.53%-
HSV(B)26.44º51.3%45.1%-
XYZ10.89.965.1-
YUV88.9109.43146.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.45%
GREEN value IS 82 (32.42% from 255) = 32.41%
BLUE value IS 56 (22.27% from 255) = 22.13%
R=45.45%
G=32.41%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115825600.290.510.5526.4434.533.53
Hex73523801D33371a2322
Octal163122700356367324342
Binary1110011101001011100001110111001111011111010100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735238; }

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

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

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

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

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

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

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

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