Html Css Color HEX #795640 Old Copper

📋 copy color: '#795640'

red 121 ◦ green 86 ◦ blue 64

#795640
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Copper #795640

Tints of Old Copper #795640

RGB

 RED value IS 121 (47.66% from 255) = 44.65%

 GREEN value IS 86 (33.98% from 255) = 31.73%

 BLUE value IS 64 (25.39% from 255) = 23.62%

R = 44.65%
G = 31.73%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#795640 (or 0x795640) is known color: Old Copper. HEX triplet: 79, 56 and 40. RGB value is (121,86,64). Sum of RGB (Red+Green+Blue) = 121+86+64=271 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.65% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 121 - color contains mainly: red. Hex color #795640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795640 is #86A9BF. Grayscale: #5E5E5E. Windows color (decimal): -8825280 or 4216441. OLE color: 4216441.

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

Color convert

RGB 121 86 64 -
CMYK 0 0.29 0.47 0.53
HSL 23.16º 0.31% 0.36% -
HSV(B) 23.16º 0.47% 0.47% -
XYZ 12.14 11.09 6.35 -
YUV 93.96 111.1 147.29 -
System Red Green Blue C M Y K H S L
Decimal 121 86 64 0 0.29 0.47 0.53 23.16 0.31 0.36
Hex 79 56 40 0 1D 2F 35 17 1F 24
Octal 171 126 100 0 35 57 65 27 37 44
Binary 1111001 1010110 1000000 0 11101 101111 110101 10111 11111 100100

Color Harmonies of #795640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795640

Black with #795640

Text Example


Text Example

White with #795640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795640; }

 p { color: rgb(121,86,64); }

 H1.HeaderClassName
 {
   color: #795640;
 }
 .AnyTagClassName
 {
   color: #795640;
 }
</style>

background-color css

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

 a { background-color: rgb(121,86,64); }

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

border-color css

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

 span { border-color: rgb(121,86,64); }

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