Html Css Color HEX #795645 Old Copper

📋 copy color: '#795645'

red 121 ◦ green 86 ◦ blue 69

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

Shades of Old Copper #795645

Tints of Old Copper #795645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25%

R = 43.84%
G = 31.16%
B = 25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#795645 (or 0x795645) is known color: Old Copper. HEX triplet: 79, 56 and 45. RGB value is (121,86,69). Sum of RGB (Red+Green+Blue) = 121+86+69=276 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.84% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 121 - color contains mainly: red. Hex color #795645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795645 is #86A9BA. Grayscale: #5E5E5E. Windows color (decimal): -8825275 or 4544121. OLE color: 4544121.

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

Color convert

RGB 121 86 69 -
CMYK 0 0.29 0.43 0.53
HSL 19.62º 0.27% 0.37% -
HSV(B) 19.62º 0.43% 0.47% -
XYZ 12.29 11.15 7.13 -
YUV 94.53 113.6 146.88 -
System Red Green Blue C M Y K H S L
Decimal 121 86 69 0 0.29 0.43 0.53 19.62 0.27 0.37
Hex 79 56 45 0 1D 2B 35 14 1B 25
Octal 171 126 105 0 35 53 65 24 33 45
Binary 1111001 1010110 1000101 0 11101 101011 110101 10100 11011 100101

Color Harmonies of #795645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795645

Black with #795645

Text Example


Text Example

White with #795645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795645; }

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

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

background-color css

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

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

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

border-color css

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

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

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