Html Css Color HEX #795241 Old Copper

📋 copy color: '#795241'

red 121 ◦ green 82 ◦ blue 65

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

Shades of Old Copper #795241

Tints of Old Copper #795241

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.6%

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

R = 45.15%
G = 30.6%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#795241 (or 0x795241) is known color: Old Copper. HEX triplet: 79, 52 and 41. RGB value is (121,82,65). Sum of RGB (Red+Green+Blue) = 121+82+65=268 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.15% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 121 - color contains mainly: red. Hex color #795241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795241 is #86ADBE. Grayscale: #5B5B5B. Windows color (decimal): -8826303 or 4280953. OLE color: 4280953.

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

Color convert

RGB 121 82 65 -
CMYK 0 0.32 0.46 0.53
HSL 18.21º 0.3% 0.36% -
HSV(B) 18.21º 0.46% 0.47% -
XYZ 11.86 10.48 6.4 -
YUV 91.72 112.92 148.88 -
System Red Green Blue C M Y K H S L
Decimal 121 82 65 0 0.32 0.46 0.53 18.21 0.3 0.36
Hex 79 52 41 0 20 2E 35 12 1E 24
Octal 171 122 101 0 40 56 65 22 36 44
Binary 1111001 1010010 1000001 0 100000 101110 110101 10010 11110 100100

Color Harmonies of #795241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795241

Black with #795241

Text Example


Text Example

White with #795241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795241; }

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

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

background-color css

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

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

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

border-color css

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

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

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