Html Css Color HEX #795644 Old Copper

📋 copy color: '#795644'

red 121 ◦ green 86 ◦ blue 68

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

Shades of Old Copper #795644

Tints of Old Copper #795644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.73%

R = 44%
G = 31.27%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.53

RGB Variations

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

Color information

#795644 (or 0x795644) is known color: Old Copper. HEX triplet: 79, 56 and 44. RGB value is (121,86,68). Sum of RGB (Red+Green+Blue) = 121+86+68=275 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 68 (26.95% from 255 or 24.73% from 275); Max value from RGB is 121 - color contains mainly: red. Hex color #795644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795644 is #86A9BB. Grayscale: #5E5E5E. Windows color (decimal): -8825276 or 4478585. OLE color: 4478585.

HSL color Cylindrical-coordinate representation of color #795644: hue angle of 20.38º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #795644 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 86 68 -
CMYK 0 0.29 0.44 0.53
HSL 20.38º 0.28% 0.37% -
HSV(B) 20.38º 0.44% 0.47% -
XYZ 12.26 11.14 6.97 -
YUV 94.41 113.1 146.96 -
System Red Green Blue C M Y K H S L
Decimal 121 86 68 0 0.29 0.44 0.53 20.38 0.28 0.37
Hex 79 56 44 0 1D 2C 35 14 1C 25
Octal 171 126 104 0 35 54 65 24 34 45
Binary 1111001 1010110 1000100 0 11101 101100 110101 10100 11100 100101

Color Harmonies of #795644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795644

Black with #795644

Text Example


Text Example

White with #795644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795644; }

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

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

background-color css

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

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

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

border-color css

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

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

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