Html Css Color HEX #795543 Old Copper

📋 copy color: '#795543'

red 121 ◦ green 85 ◦ blue 67

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

Shades of Old Copper #795543

Tints of Old Copper #795543

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.14%

 BLUE value IS 67 (26.56% from 255) = 24.54%

R = 44.32%
G = 31.14%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#795543 (or 0x795543) is known color: Old Copper. HEX triplet: 79, 55 and 43. RGB value is (121,85,67). Sum of RGB (Red+Green+Blue) = 121+85+67=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 67 (26.56% from 255 or 24.54% from 273); Max value from RGB is 121 - color contains mainly: red. Hex color #795543 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795543 is #86AABC. Grayscale: #5D5D5D. Windows color (decimal): -8825533 or 4412793. OLE color: 4412793.

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

Color convert

RGB 121 85 67 -
CMYK 0 0.30 0.45 0.53
HSL 20º 0.29% 0.37% -
HSV(B) 20º 0.45% 0.47% -
XYZ 12.15 10.97 6.79 -
YUV 93.71 112.93 147.46 -
System Red Green Blue C M Y K H S L
Decimal 121 85 67 0 0.30 0.45 0.53 20 0.29 0.37
Hex 79 55 43 0 1E 2D 35 14 1D 25
Octal 171 125 103 0 36 55 65 24 35 45
Binary 1111001 1010101 1000011 0 11110 101101 110101 10100 11101 100101

Color Harmonies of #795543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795543

Black with #795543

Text Example


Text Example

White with #795543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795543; }

 p { color: rgb(121,85,67); }

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

background-color css

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

 a { background-color: rgb(121,85,67); }

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

border-color css

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

 span { border-color: rgb(121,85,67); }

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