Html Css Color HEX #795441 Old Copper

📋 copy color: '#795441'

red 121 ◦ green 84 ◦ blue 65

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

Shades of Old Copper #795441

Tints of Old Copper #795441

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.11%

 BLUE value IS 65 (25.78% from 255) = 24.07%

R = 44.81%
G = 31.11%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#795441 (or 0x795441) is known color: Old Copper. HEX triplet: 79, 54 and 41. RGB value is (121,84,65). Sum of RGB (Red+Green+Blue) = 121+84+65=270 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.81% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 121 - color contains mainly: red. Hex color #795441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795441 is #86ABBE. Grayscale: #5D5D5D. Windows color (decimal): -8825791 or 4281465. OLE color: 4281465.

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

Color convert

RGB 121 84 65 -
CMYK 0 0.31 0.46 0.53
HSL 20.36º 0.3% 0.36% -
HSV(B) 20.36º 0.46% 0.47% -
XYZ 12.01 10.79 6.45 -
YUV 92.9 112.26 148.04 -
System Red Green Blue C M Y K H S L
Decimal 121 84 65 0 0.31 0.46 0.53 20.36 0.3 0.36
Hex 79 54 41 0 1F 2E 35 14 1E 24
Octal 171 124 101 0 37 56 65 24 36 44
Binary 1111001 1010100 1000001 0 11111 101110 110101 10100 11110 100100

Color Harmonies of #795441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795441

Black with #795441

Text Example


Text Example

White with #795441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795441; }

 p { color: rgb(121,84,65); }

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

background-color css

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

 a { background-color: rgb(121,84,65); }

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

border-color css

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

 span { border-color: rgb(121,84,65); }

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