#78533F

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

Shades of Old Copper #78533F

Tints of Old Copper #78533F

Color information

#78533F (or 0x78533F) is unknown color: approx Old Copper. HEX triplet: 78, 53 and 3F. RGB value is (120,83,63). Sum of RGB (Red+Green+Blue) = 120+83+63=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #78533F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78533F is #87ACC0. Grayscale: #5B5B5B. Windows color (decimal): -8891585 or 4150136. OLE color: 4150136.

HSL color Cylindrical-coordinate representation of color #78533F: hue angle of 21.05º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78533F is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB1208363-
CMYK00.310.480.53
HSL21.05º31.15%35.88%-
HSV(B)21.05º47.5%47.06%-
XYZ11.7410.546.12-
YUV91.78111.76148.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.11%
GREEN value IS 83 (32.81% from 255) = 31.20%
BLUE value IS 63 (25% from 255) = 23.68%
R=45.11%
G=31.20%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120836300.310.480.5321.0531.1535.88
Hex78533F01F3035151f24
Octal170123770376065253744
Binary111100010100111111110111111100001101011010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78533F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78533F; }

 p { color: rgb(120,83,63); }

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

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

 a { background-color: rgb(120,83,63); }

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

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

 span { border-color: rgb(120,83,63); }

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