Html Css Color HEX #795139 Old Copper

📋 copy color: '#795139'

red 121 ◦ green 81 ◦ blue 57

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

Shades of Old Copper #795139

Tints of Old Copper #795139

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.27%

 BLUE value IS 57 (22.66% from 255) = 22.01%

R = 46.72%
G = 31.27%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#795139 (or 0x795139) is known color: Old Copper. HEX triplet: 79, 51 and 39. RGB value is (121,81,57). Sum of RGB (Red+Green+Blue) = 121+81+57=259 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.72% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 57 (22.66% from 255 or 22.01% from 259); Max value from RGB is 121 - color contains mainly: red. Hex color #795139 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795139 is #86AEC6. Grayscale: #5A5A5A. Windows color (decimal): -8826567 or 3756409. OLE color: 3756409.

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

Color convert

RGB 121 81 57 -
CMYK 0 0.33 0.53 0.53
HSL 22.5º 0.36% 0.35% -
HSV(B) 22.5º 0.53% 0.47% -
XYZ 11.57 10.25 5.24 -
YUV 90.22 109.25 149.95 -
System Red Green Blue C M Y K H S L
Decimal 121 81 57 0 0.33 0.53 0.53 22.5 0.36 0.35
Hex 79 51 39 0 21 35 35 16 24 23
Octal 171 121 71 0 41 65 65 26 44 43
Binary 1111001 1010001 111001 0 100001 110101 110101 10110 100100 100011

Color Harmonies of #795139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795139

Black with #795139

Text Example


Text Example

White with #795139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795139; }

 p { color: rgb(121,81,57); }

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

background-color css

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

 a { background-color: rgb(121,81,57); }

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

border-color css

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

 span { border-color: rgb(121,81,57); }

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