Html Css Color HEX #795540 Old Copper

📋 copy color: '#795540'

red 121 ◦ green 85 ◦ blue 64

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

Shades of Old Copper #795540

Tints of Old Copper #795540

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.48%

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

R = 44.81%
G = 31.48%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#795540 (or 0x795540) is known color: Old Copper. HEX triplet: 79, 55 and 40. RGB value is (121,85,64). Sum of RGB (Red+Green+Blue) = 121+85+64=270 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.81% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 121 - color contains mainly: red. Hex color #795540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795540 is #86AABF. Grayscale: #5D5D5D. Windows color (decimal): -8825536 or 4216185. OLE color: 4216185.

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

Color convert

RGB 121 85 64 -
CMYK 0 0.30 0.47 0.53
HSL 22.11º 0.31% 0.36% -
HSV(B) 22.11º 0.47% 0.47% -
XYZ 12.06 10.93 6.33 -
YUV 93.37 111.43 147.71 -
System Red Green Blue C M Y K H S L
Decimal 121 85 64 0 0.30 0.47 0.53 22.11 0.31 0.36
Hex 79 55 40 0 1E 2F 35 16 1F 24
Octal 171 125 100 0 36 57 65 26 37 44
Binary 1111001 1010101 1000000 0 11110 101111 110101 10110 11111 100100

Color Harmonies of #795540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795540

Black with #795540

Text Example


Text Example

White with #795540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795540; }

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

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

background-color css

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

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

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

border-color css

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

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

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