#795234

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

Shades of Old Copper #795234

Tints of Old Copper #795234

Color information

#795234 (or 0x795234) is unknown color: approx Old Copper. HEX triplet: 79, 52 and 34. RGB value is (121,82,52). Sum of RGB (Red+Green+Blue) = 121+82+52=255 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.45% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 52 (20.70% from 255 or 20.39% from 255); Max value from RGB is 121 - color contains mainly: red. Hex color #795234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795234 is #86ADCB. Grayscale: #5A5A5A. Windows color (decimal): -8826316 or 3428985. OLE color: 3428985.

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

Color convert

RGB1218252-
CMYK00.320.570.53
HSL26.09º39.88%33.92%-
HSV(B)26.09º57.02%47.45%-
XYZ11.5210.354.64-
YUV90.24106.42149.94-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.45%
GREEN value IS 82 (32.42% from 255) = 32.16%
BLUE value IS 52 (20.70% from 255) = 20.39%
R=47.45%
G=32.16%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121825200.320.570.5326.0939.8833.92
Hex79523402039351a2822
Octal171122640407165325042
Binary11110011010010110100010000011100111010111010101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795234; }

 p { color: rgb(121,82,52); }

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

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

 a { background-color: rgb(121,82,52); }

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

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

 span { border-color: rgb(121,82,52); }

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